Skip to content

Commit a948f05

Browse files
authored
Fix k8s mode (#370)
1 parent afc5a0a commit a948f05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/client_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ func skipOnK8S(t *testing.T) {
6161
}
6262

6363
func isK8S() bool {
64-
return os.Getenv("TEST_MODE") == "k8s"
64+
return os.Getenv("TEST_MODE_K8S") == "k8s"
6565
}
6666

6767
// skipBetweenVersion skips the test if the current server version is less than

0 commit comments

Comments
 (0)