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.
build()
1 parent d9d007d commit dd33d95Copy full SHA for dd33d95
kubernetes-tests/src/test/java/io/fabric8/openshift/client/server/mock/AdaptTest.java
@@ -89,7 +89,7 @@ public void setHeaders(Headers headers) {
89
}
90
}).once();
91
server.expect().withPath("/apis").andReturn(HttpURLConnection.HTTP_OK, new APIGroupListBuilder()
92
- .addToGroups(new APIGroupBuilder().withName("security.internal.openshift.io").build()))
+ .addToGroups(new APIGroupBuilder().withName("security.internal.openshift.io").build()).build())
93
.once();
94
95
client.getConfiguration().setUsername("foo");
0 commit comments