diff --git a/plugins/kubernetes-backend/src/service/KubernetesProxy.test.ts b/plugins/kubernetes-backend/src/service/KubernetesProxy.test.ts index 530cba2573..a72681fc73 100644 --- a/plugins/kubernetes-backend/src/service/KubernetesProxy.test.ts +++ b/plugins/kubernetes-backend/src/service/KubernetesProxy.test.ts @@ -85,7 +85,7 @@ describe('KubernetesProxy', () => { const clusters: ClusterDetails[] = [ { name: 'cluster1', - url: 'http://localhost:9999', + url: 'https://localhost:9999', serviceAccountToken: 'token', authProvider: 'serviceAccount', skipTLSVerify: true, @@ -124,7 +124,7 @@ describe('KubernetesProxy', () => { const clusters: ClusterDetails[] = [ { name: 'cluster1', - url: 'http://localhost:9999', + url: 'https://localhost:9999', serviceAccountToken: 'token', authProvider: 'serviceAccount', skipTLSVerify: true,