Skip to content

Commit

Permalink
Fix removal of https.enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
jrdnbradford committed Apr 3, 2024
1 parent 38a01e8 commit 5469e21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_traefik.py
Original file line number Diff line number Diff line change
Expand Up @@ -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", "[email protected]"
)
Expand Down

0 comments on commit 5469e21

Please sign in to comment.