mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
pre-commit: run black without string normalization
This commit is contained in:
@@ -90,7 +90,6 @@ def test_manual_https(preserve_config):
|
||||
)
|
||||
assert resp.code == 200
|
||||
|
||||
|
||||
# cleanup
|
||||
shutil.rmtree(ssl_dir)
|
||||
set_config_value(CONFIG_FILE, "https.enabled", False)
|
||||
@@ -105,7 +104,6 @@ def test_extra_traefik_config():
|
||||
dynamic_config_dir = os.path.join(STATE_DIR, "rules")
|
||||
os.makedirs(dynamic_config_dir, exist_ok=True)
|
||||
|
||||
|
||||
extra_static_config = {
|
||||
"entryPoints": {"no_auth_api": {"address": "127.0.0.1:9999"}},
|
||||
"api": {"dashboard": True, "entrypoint": "no_auth_api"},
|
||||
@@ -126,7 +124,6 @@ def test_extra_traefik_config():
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
success = False
|
||||
for i in range(5):
|
||||
time.sleep(i)
|
||||
|
||||
Reference in New Issue
Block a user