Skip to content

Commit

Permalink
Remove user_options entirely
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgianaElena committed Nov 2, 2022
1 parent 1be7151 commit 0d0eb51
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion deployer/tests/test_hub_health.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0d0eb51

Please sign in to comment.