aboutsummaryrefslogtreecommitdiffstats
path: root/client/go/util/http_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'client/go/util/http_test.go')
-rw-r--r--client/go/util/http_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/go/util/http_test.go b/client/go/util/http_test.go
index 0a0de1fdd4c..e87a1e5ada4 100644
--- a/client/go/util/http_test.go
+++ b/client/go/util/http_test.go
@@ -36,7 +36,7 @@ func (c mockHttpClient) Do(request *http.Request, timeout time.Duration) (respon
nil
}
-func (c mockHttpClient) UseCertificate(certificate tls.Certificate) {}
+func (c mockHttpClient) UseCertificate(certificates []tls.Certificate) {}
func TestHttpRequest(t *testing.T) {
ActiveHttpClient = mockHttpClient{}