Signed-off-by: Maartje Eyskens <maartje@eyskens.me>
This commit is contained in:
Maartje Eyskens 2020-08-24 17:45:52 +02:00
parent 75e31fe54c
commit 824e075bf8

View File

@ -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"