File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ public function test_kube_config_from_yaml_file_with_paths_to_ssl()
6262
6363 public function test_kube_config_from_yaml_file_with_skip_tols ()
6464 {
65- $ cluster = KubernetesCluster::fromKubeConfigYamlFile (__DIR__ .'/cluster/kubeconfig.yaml ' , 'minikube-3 ' );
65+ $ cluster = KubernetesCluster::fromKubeConfigYamlFile (__DIR__ .'/cluster/kubeconfig.yaml ' , 'minikube-skip-tls ' );
6666
6767 [
6868 'verify ' => $ verify ,
@@ -71,8 +71,8 @@ public function test_kube_config_from_yaml_file_with_skip_tols()
7171 ] = $ cluster ->getClient ()->getConfig ();
7272
7373 $ this ->assertFalse ($ verify );
74- $ this ->assertEquals ('/path/to/.minikube/client .crt ' , $ certPath );
75- $ this ->assertEquals ('/path/to/.minikube/client .key ' , $ keyPath );
74+ $ this ->assertEquals ('/path/to/.minikube/client3 .crt ' , $ certPath );
75+ $ this ->assertEquals ('/path/to/.minikube/client3 .key ' , $ keyPath );
7676 }
7777
7878 public function test_cluster_can_get_correct_config_for_token_socket_connection ()
You can’t perform that action at this time.
0 commit comments