Skip to content

Commit 63f31a9

Browse files
committed
test notes
1 parent 277b704 commit 63f31a9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/test_auth.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,11 @@ def authenticate(self, request, token):
6666

6767

6868
class AsyncBearerAuth(HttpBearer):
69+
"""
70+
This one is async but in fact no awaits insdie authenticate
71+
which led to an await error
72+
"""
73+
6974
async def authenticate(self, request, token):
7075
if token == "bearertoken":
7176
return token

0 commit comments

Comments
 (0)