Skip to content

Commit 5469e21

Browse files
committed
Fix removal of https.enabled
1 parent 38a01e8 commit 5469e21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_traefik.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def test_default_config(tmpdir, tljh_dir):
6464

6565
def test_letsencrypt_config(tljh_dir):
6666
state_dir = config.STATE_DIR
67-
config.set_config_value(config.CONFIG_FILE, "https.enabled")
67+
config.set_config_value(config.CONFIG_FILE, "https.enabled", True)
6868
config.set_config_value(
6969
config.CONFIG_FILE, "https.letsencrypt.email", "[email protected]"
7070
)

0 commit comments

Comments
 (0)