Skip to content

Commit

Permalink
undo change to test
Browse files Browse the repository at this point in the history
  • Loading branch information
kristjanvalur committed Jun 8, 2023
1 parent 838581b commit 39b9aa8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/schema/test_permission.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ async def user(self, info) -> typing.AsyncGenerator[str, None]:
query = "subscription { user }"

result = await schema.subscribe(query)

assert result.errors[0].message == "You are not authorized"


Expand Down

0 comments on commit 39b9aa8

Please sign in to comment.