diff --git a/test/ha/controller_test.go b/test/ha/controller_test.go index c5f38d4b49e5..e75e68bbeb10 100644 --- a/test/ha/controller_test.go +++ b/test/ha/controller_test.go @@ -54,7 +54,7 @@ func TestControllerHA(t *testing.T) { service1Names, resources := createPizzaPlanetService(t) test.EnsureTearDown(t, clients, &service1Names) - prober := test.RunRouteProber(t.Logf, clients, resources.Service.Status.URL.URL()) + prober := test.RunRouteProber(t.Logf, clients, resources.Service.Status.URL.URL(), test.AddRootCAtoTransport(context.Background(), t.Logf, clients, test.ServingFlags.HTTPS)) defer test.AssertProberDefault(t, prober) for _, leader := range leaders.List() {