test refactor: remove redundant pytest.mark.asyncio

This commit is contained in:
Erik Sundell
2023-06-06 14:02:37 +02:00
parent 06edf1a76b
commit 2182f246ae
2 changed files with 0 additions and 10 deletions

View File

@@ -5,7 +5,6 @@ from hubtraf.auth.dummy import login_dummy
from hubtraf.user import User
@pytest.mark.asyncio
async def test_admin_login():
"""
Test if the admin that was added during install can login with
@@ -21,7 +20,6 @@ async def test_admin_login():
await u.ensure_server_simulate()
@pytest.mark.asyncio
@pytest.mark.parametrize(
"username, password",
[