Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
plietar committed Dec 8, 2024
1 parent 8ccbf92 commit 6a821fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def test_config_ssl():
def test_config_acme():
cfg = MontaguConfig("config/acme")
assert cfg.ssl_mode == "acme"
assert cfg.acme_email == "admin@montagu.com"
assert cfg.acme_email == "admin@montagu.org"
assert cfg.acme_server is None


Expand Down

0 comments on commit 6a821fa

Please sign in to comment.