You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this case description is None, but we are validating that description is a string.
To Reproduce
No response
Expected Behaviour
Two options
We change our model to match datahub
Cooerce None values to string when reading from datahub. Anytime we do .get(field, "") on the graphql response we need to make sure we handle any case where the field is set, but set to None
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug.
https://ministryofjustice.sentry.io/issues/5321294599/?alert_rule_id=15157261&alert_type=issue¬ification_uuid=ccc3a005-8ade-4aeb-8b87-c209758db688&project=4507181591101440&referrer=slack
In this case description is None, but we are validating that description is a string.
To Reproduce
No response
Expected Behaviour
Two options
.get(field, "")
on the graphql response we need to make sure we handle any case where the field is set, but set to NoneAdditional context
No response
The text was updated successfully, but these errors were encountered: