fix: Update test urls to https
Signed-off-by: Carlos Esteban Lopez <lcarlosesteb@vmware.com>
This commit is contained in:
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,
|
||||
|
||||
Reference in New Issue
Block a user