Skip to content

Commit

Permalink
Update tests/decorators/test_security.py
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbeSneyders authored Feb 13, 2024
1 parent 5f47141 commit 7105ed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/decorators/test_security.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ def apikey_info(apikey, required_scopes=None):
scope={"type": "http", "headers": [[b"x-auth", b"admin foobar"]]}
)

assert await wrapped_func(request) is not None
assert await wrapped_func(request) == {"sub": "foo"}


async def test_multiple_schemes():
Expand Down

0 comments on commit 7105ed9

Please sign in to comment.