From 70853059ff14f48c39e932461ff52bb18fbaa948 Mon Sep 17 00:00:00 2001 From: Jean-Marc Alkazzi Date: Mon, 26 Oct 2020 22:17:37 +0100 Subject: [PATCH] Test user server started with custom base_url --- integration-tests/test_hub.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/test_hub.py b/integration-tests/test_hub.py index 5af2932..b89e17e 100644 --- a/integration-tests/test_hub.py +++ b/integration-tests/test_hub.py @@ -48,7 +48,7 @@ async def test_user_code_execute(): @pytest.mark.asyncio -async def test_user_code_execute_with_custom_base_url(): +async def test_user_server_started_with_custom_base_url(): """ User logs in, starts a server with a custom base_url & executes code """