one more place to ensure_server_simulate

This commit is contained in:
GeorgianaElena
2020-07-21 13:33:20 +03:00
parent ba8be20abc
commit 3e62ee347a

View File

@@ -17,7 +17,7 @@ async def test_admin_login():
async with User(username, hub_url, partial(login_dummy, password=password)) as u:
await u.login()
await u.ensure_server()
await u.ensure_server_simulate()
@pytest.mark.asyncio