Fix removal of https.enabled

This commit is contained in:
Jordan Bradford
2024-04-03 16:19:45 -04:00
parent 38a01e8406
commit 5469e21e74

View File

@@ -64,7 +64,7 @@ def test_default_config(tmpdir, tljh_dir):
def test_letsencrypt_config(tljh_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.CONFIG_FILE, "https.letsencrypt.email", "fake@jupyter.org"
)