Skip to content

Commit 43ceb87

Browse files
committed
fixup! Fix asserts for errors that come back with visualised location
1 parent 7bffb4e commit 43ceb87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphene_django/filter/tests/test_fields.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,7 @@ def resolve_all_reporters(self, info, **args):
657657

658658
result = schema.execute(query)
659659
assert len(result.errors) == 1
660-
assert str(result.errors[0]) .startswith(
660+
assert str(result.errors[0]).startswith(
661661
"Received two sliced querysets (high mark) in the connection, please slice only in one.\n"
662662
)
663663

0 commit comments

Comments
 (0)