We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
https.enabled
1 parent 38a01e8 commit 5469e21Copy full SHA for 5469e21
tests/test_traefik.py
@@ -64,7 +64,7 @@ def test_default_config(tmpdir, tljh_dir):
64
65
def test_letsencrypt_config(tljh_dir):
66
state_dir = config.STATE_DIR
67
- config.set_config_value(config.CONFIG_FILE, "https.enabled")
+ config.set_config_value(config.CONFIG_FILE, "https.enabled", True)
68
config.set_config_value(
69
config.CONFIG_FILE, "https.letsencrypt.email", "[email protected]"
70
)
0 commit comments