Skip to content

Commit 563d381

Browse files
issue-1242 Fixes issue that the subsequent listPage is not called because nothing subscribes to the Flux it returns.
1 parent 33fce00 commit 563d381

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

integration-test/src/test/java/org/cloudfoundry/client/v3/SecurityGroupsTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,8 @@ public void listStaging() {
201201
@Test
202202
public void listWithPagination() {
203203
this.securityGroup
204-
.map(
204+
.flux()
205+
.flatMap(
205206
securityGroup ->
206207
PaginationUtils.requestClientV3Resources(
207208
page ->

0 commit comments

Comments
 (0)