We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c4418f6 + 58e5e04 commit 738bf20Copy full SHA for 738bf20
util/src/test/java/io/kubernetes/client/util/ClientBuilderTest.java
@@ -137,6 +137,7 @@ public void testKubeconfigPreferredOverHomeDir() throws Exception {
137
public void testInvalidKubeconfig() throws Exception {
138
String path =
139
withEnvironmentVariable("KUBECONFIG", "/non-existent")
140
+ .and("HOME", "/none-existent")
141
.execute(
142
() -> {
143
final ApiClient client = ClientBuilder.standard().build();
0 commit comments