Skip to content

Commit

Permalink
test name fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalik committed Nov 7, 2023
1 parent a70fd87 commit c391b90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_auth_async.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def sync_view(request):

@pytest.mark.skipif(django.VERSION < (3, 1), reason="requires django 3.1 or higher")
@pytest.mark.asyncio
async def test_sync_authenticate_method():
async def test_async_with_bearer():
class BearerAuth(HttpBearer):
async def authenticate(self, request, key):
await asyncio.sleep(0)
Expand Down

0 comments on commit c391b90

Please sign in to comment.