diff --git a/e2e/dnschallenge/dns_persist_challenges_test.go b/e2e/dnschallenge/dns_persist_challenges_test.go index fc42eada1..760eff975 100644 --- a/e2e/dnschallenge/dns_persist_challenges_test.go +++ b/e2e/dnschallenge/dns_persist_challenges_test.go @@ -267,7 +267,7 @@ func TestChallengeDNSPersist_Run(t *testing.T) { "--accept-tos", "--dns-persist", "--dns-persist.resolvers", ":8053", - "--dns-persist.propagation-disable-ans", + "--dns-persist.propagation.disable-ans", "--dns-persist.issuer-domain-name", testPersistIssuer, "--server", "https://localhost:15000/dir", "--domains", testPersistCLIWildcardDomain, @@ -330,7 +330,7 @@ func TestChallengeDNSPersist_Run_NewAccount(t *testing.T) { "--accept-tos", "--dns-persist", "--dns-persist.resolvers", ":8053", - "--dns-persist.propagation-disable-ans", + "--dns-persist.propagation.disable-ans", "--dns-persist.issuer-domain-name", testPersistIssuer, "--server", "https://localhost:15000/dir", "--domains", testPersistCLIWildcardDomain, @@ -364,7 +364,7 @@ func TestChallengeDNSPersist_Renew(t *testing.T) { "--accept-tos", "--dns-persist", "--dns-persist.resolvers", ":8053", - "--dns-persist.propagation-disable-ans", + "--dns-persist.propagation.disable-ans", "--dns-persist.issuer-domain-name", testPersistIssuer, "--server", "https://localhost:15000/dir", "--domains", testPersistCLIWildcardDomain, @@ -378,7 +378,7 @@ func TestChallengeDNSPersist_Renew(t *testing.T) { "--email", testPersistCLIRenewEmail, "--dns-persist", "--dns-persist.resolvers", ":8053", - "--dns-persist.propagation-disable-ans", + "--dns-persist.propagation.disable-ans", "--dns-persist.issuer-domain-name", testPersistIssuer, "--server", "https://localhost:15000/dir", "--domains", testPersistCLIWildcardDomain,