mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Traefik config files are .toml
This commit is contained in:
@@ -143,7 +143,7 @@ def test_extra_config(tmpdir, tljh_dir):
|
||||
"checkNewVersion": False
|
||||
}
|
||||
|
||||
with open(os.path.join(extra_config_dir, "extra.py"), "w+") as extra_config_file:
|
||||
with open(os.path.join(extra_config_dir, "extra.toml"), "w+") as extra_config_file:
|
||||
toml.dump(extra_config, extra_config_file)
|
||||
|
||||
# This merges the 2 configs
|
||||
|
||||
Reference in New Issue
Block a user