mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
one more place to ensure_server_simulate
This commit is contained in:
@@ -17,7 +17,7 @@ async def test_admin_login():
|
|||||||
|
|
||||||
async with User(username, hub_url, partial(login_dummy, password=password)) as u:
|
async with User(username, hub_url, partial(login_dummy, password=password)) as u:
|
||||||
await u.login()
|
await u.login()
|
||||||
await u.ensure_server()
|
await u.ensure_server_simulate()
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.asyncio
|
@pytest.mark.asyncio
|
||||||
|
|||||||
Reference in New Issue
Block a user