From 0d0eb512972c6ea80b2eabeb7105ff89aebc6d53 Mon Sep 17 00:00:00 2001 From: GeorgianaElena Date: Wed, 2 Nov 2022 20:21:56 +0200 Subject: [PATCH] Remove user_options entirely --- deployer/tests/test_hub_health.py | 1 - 1 file changed, 1 deletion(-) diff --git a/deployer/tests/test_hub_health.py b/deployer/tests/test_hub_health.py index 9b81f11c3a..f2c0061bc0 100644 --- a/deployer/tests/test_hub_health.py +++ b/deployer/tests/test_hub_health.py @@ -52,7 +52,6 @@ async def check_hub_health(hub_url, test_notebook_path, service_api_token): delete_user=False, # To be able to delete its server in case of failure stop_server=True, # If the health check succeeds, this will delete the server validate=False, # Don't validate notebook outputs. We only care that it runs top-to-bottom without error. - user_options=user_options, ) finally: if orig_service_token: