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