Skip to content

Commit

Permalink
test: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
soerenschneider committed Apr 30, 2024
1 parent 6afbc13 commit 8d83b42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/config/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func TestAcmeVaultServerConfigFromFile(t *testing.T) {
AwsRole: "my-custom-role",
},
AcmeEmail: "my@email.tld",
AcmeUrl: letsEncryptUrl,
AcmeUrl: letsEncryptStagingUrl,
AcmeDnsProvider: "",
IntervalSeconds: 43200,
Domains: []DomainsConfig{
Expand Down

0 comments on commit 8d83b42

Please sign in to comment.