Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoloboschi committed Jul 11, 2023
1 parent fc161c6 commit dd69554
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ void start() {
.get()
.withPath("/api/v1/namespaces/ns/pods/%s".formatted(podName))
.andReturn(HttpURLConnection.HTTP_OK, pod)
.once();
.always();
}
final PodList podList = new PodListBuilder()
.withItems(pods)
Expand Down

0 comments on commit dd69554

Please sign in to comment.