We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaf1815 commit 3af5f11Copy full SHA for 3af5f11
tests/security/test_auth.py
@@ -249,6 +249,7 @@ async def test_logout_not_logged_in(session):
249
250
251
@pytest.mark.django_db(transaction=True)
252
+@pytest.mark.asyncio
253
async def test_scope_user_error_message(session):
254
"""
255
Tests that the correct error message is thrown when scope user is accessed before it's ready
0 commit comments