fix: Update test urls to https

Signed-off-by: Carlos Esteban Lopez <lcarlosesteb@vmware.com>
This commit is contained in:
Carlos Esteban Lopez
2022-11-09 18:43:18 -05:00
committed by Fredrik Adelöw
parent 718f66f235
commit 033a717b0a
@@ -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,