From 41474e97e3db785240bfceac3a029bdfff994802 Mon Sep 17 00:00:00 2001 From: YuviPanda Date: Mon, 27 Apr 2020 17:07:54 +0530 Subject: [PATCH] Update tests to check for newer location of idle culler --- tests/test_configurer.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/test_configurer.py b/tests/test_configurer.py index 0481585..fa3090e 100644 --- a/tests/test_configurer.py +++ b/tests/test_configurer.py @@ -213,7 +213,7 @@ def test_cull_service_default(): c = apply_mock_config({}) cull_cmd = [ - sys.executable, '-m', 'tljh.cull_idle_servers', + sys.executable, '-m', 'jupyterhub_idle_culler', '--timeout=600', '--cull-every=60', '--concurrency=5', '--max-age=0' ] @@ -238,7 +238,7 @@ def test_set_cull_service(): } }) cull_cmd = [ - sys.executable, '-m', 'tljh.cull_idle_servers', + sys.executable, '-m', 'jupyterhub_idle_culler', '--timeout=600', '--cull-every=10', '--concurrency=5', '--max-age=60', '--cull-users' ] @@ -261,7 +261,7 @@ def test_load_secrets(tljh_dir): c = apply_mock_config(tljh_config) assert c.TraefikTomlProxy.traefik_api_password == "traefik-password" - + def test_auth_native(): """ Test setting Native Authenticator