Skip to content

Commit 29c00eb

Browse files
committed
fixed test
1 parent 8720ebb commit 29c00eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/KubeConfigTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ public function test_in_cluster_config()
111111

112112
[
113113
'headers' => ['authorization' => $token],
114-
'verify' => $certPath,
114+
'verify' => $caPath,
115115
] = $cluster->getClient()->getConfig();
116116

117117
$this->assertEquals('Bearer some-token', $token);

0 commit comments

Comments
 (0)