diff --git a/pkg/controller/acmeorders/sync_test.go b/pkg/controller/acmeorders/sync_test.go index 05fbb7585..e433db087 100644 --- a/pkg/controller/acmeorders/sync_test.go +++ b/pkg/controller/acmeorders/sync_test.go @@ -477,7 +477,7 @@ rUCGwbCUDI0mxadJ3Bz4WxR6fyNpBK2yAinWEsikxqEt return nil, errors.New("Cert URL is incorrect") } - return [][][]byte{[][]byte{rawTestCert.Bytes}}, nil + return [][][]byte{{rawTestCert.Bytes}}, nil }, FakeHTTP01ChallengeResponse: func(s string) (string, error) { // TODO: assert s = "token"