We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b4794f commit c79a5c5Copy full SHA for c79a5c5
tests/schema/types/test_date.py
@@ -113,7 +113,7 @@ def test_serialization_error_message_for_incorrect_date_string():
113
"""
114
result = execute_mutation("2021-13-01")
115
assert result.errors
116
- assert result.errors[0].message == (
+ assert result.errors[0].message.startswith(
117
"Variable '$value' got invalid value '2021-13-01'; Value cannot represent a "
118
'Date: "2021-13-01". month must be in 1..12'
119
)
0 commit comments