Skip to content

Commit 12e61ac

Browse files
Update test/wif/test_wif_async.py
1 parent 5f9d850 commit 12e61ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/wif/test_wif_async.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ async def test_should_authenticate_using_oidc_async():
6161

6262

6363
@pytest.mark.wif
64-
@pytest.mark.aio
64+
@pytest.mark.asyncio
6565
async def test_should_authenticate_with_impersonation_async():
6666
if not isinstance(IMPERSONATION_PATH, str) or not IMPERSONATION_PATH:
6767
pytest.skip("Skipping test - IMPERSONATION_PATH is not set")

0 commit comments

Comments
 (0)