Skip to content

Commit 738bf20

Browse files
authored
Merge pull request #1766 from brendandburns/sundr
Fix a test that was broken on some systems.
2 parents c4418f6 + 58e5e04 commit 738bf20

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

util/src/test/java/io/kubernetes/client/util/ClientBuilderTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ public void testKubeconfigPreferredOverHomeDir() throws Exception {
137137
public void testInvalidKubeconfig() throws Exception {
138138
String path =
139139
withEnvironmentVariable("KUBECONFIG", "/non-existent")
140+
.and("HOME", "/none-existent")
140141
.execute(
141142
() -> {
142143
final ApiClient client = ClientBuilder.standard().build();

0 commit comments

Comments
 (0)