Skip to content

Commit dd69554

Browse files
committed
fix test
1 parent fc161c6 commit dd69554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

operator/src/test/java/com/datastax/oss/kaap/autoscaler/BookKeeperAutoscalerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ void start() {
190190
.get()
191191
.withPath("/api/v1/namespaces/ns/pods/%s".formatted(podName))
192192
.andReturn(HttpURLConnection.HTTP_OK, pod)
193-
.once();
193+
.always();
194194
}
195195
final PodList podList = new PodListBuilder()
196196
.withItems(pods)

0 commit comments

Comments
 (0)