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 00975be commit 3685b13Copy full SHA for 3685b13
tests/execution/test_subscribe.py
@@ -457,7 +457,7 @@ async def resolves_to_an_error_if_variables_were_wrong_type():
457
],
458
)
459
460
- assert result.errors[0].original_error is None # type: ignore
+ assert result.errors[0].original_error
461
462
463
# Once a subscription returns a valid AsyncIterator, it can still yield errors.
0 commit comments