diff --git a/backend/internal/acme/acmesh_test.go b/backend/internal/acme/acmesh_test.go index aa6bc00..08969b8 100644 --- a/backend/internal/acme/acmesh_test.go +++ b/backend/internal/acme/acmesh_test.go @@ -55,6 +55,8 @@ func TestBuildCertRequestArgs(t *testing.T) { wellknown, "--log", acmeLogFile, + "--debug", + "2", }, err: nil, }, @@ -84,6 +86,8 @@ func TestBuildCertRequestArgs(t *testing.T) { "example-three.com", "--log", acmeLogFile, + "--debug", + "2", }, err: nil, }, @@ -126,6 +130,8 @@ func TestBuildCertRequestArgs(t *testing.T) { "dns_cf", "--log", acmeLogFile, + "--debug", + "2", }, err: nil, }, @@ -157,6 +163,8 @@ func TestBuildCertRequestArgs(t *testing.T) { "example-three.com", "--log", acmeLogFile, + "--debug", + "2", }, err: nil, },