mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
@@ -254,5 +254,5 @@ def test_listen_address(tmpdir, tljh_dir):
|
||||
traefik.ensure_traefik_config(str(state_dir))
|
||||
|
||||
cfg = _read_static_config(state_dir)
|
||||
assert cfg["entryPoints"]['http']['address'] == "127.0.0.1:80"
|
||||
assert cfg["entryPoints"]['https']['address'] == "127.0.0.1:443"
|
||||
assert cfg["entryPoints"]["http"]["address"] == "127.0.0.1:80"
|
||||
assert cfg["entryPoints"]["https"]["address"] == "127.0.0.1:443"
|
||||
|
||||
Reference in New Issue
Block a user