mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Fix removal of https.enabled
This commit is contained in:
@@ -64,7 +64,7 @@ def test_default_config(tmpdir, tljh_dir):
|
|||||||
|
|
||||||
def test_letsencrypt_config(tljh_dir):
|
def test_letsencrypt_config(tljh_dir):
|
||||||
state_dir = config.STATE_DIR
|
state_dir = config.STATE_DIR
|
||||||
config.set_config_value(config.CONFIG_FILE, "https.enabled")
|
config.set_config_value(config.CONFIG_FILE, "https.enabled", True)
|
||||||
config.set_config_value(
|
config.set_config_value(
|
||||||
config.CONFIG_FILE, "https.letsencrypt.email", "fake@jupyter.org"
|
config.CONFIG_FILE, "https.letsencrypt.email", "fake@jupyter.org"
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user