Skip to content

Commit bca6d97

Browse files
committed
ci: fix OrganizationsTest#getUsageSummary
1 parent 95bce8b commit bca6d97

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121

2222
import java.time.Duration;
2323
import org.cloudfoundry.AbstractIntegrationTest;
24+
import org.cloudfoundry.ApplicationUtils;
2425
import org.cloudfoundry.CloudFoundryVersion;
2526
import org.cloudfoundry.IfCloudFoundryVersion;
2627
import org.cloudfoundry.client.CloudFoundryClient;
@@ -228,7 +229,8 @@ public void getDefaultIsolationSegment() {
228229

229230
@IfCloudFoundryVersion(greaterThanOrEqualTo = CloudFoundryVersion.PCF_2_8)
230231
@Test
231-
public void getUsageSummary() {
232+
public void getUsageSummary(
233+
@Autowired Mono<ApplicationUtils.ApplicationMetadata> testLogCacheApp) {
232234
this.organizationId
233235
.flatMap(
234236
organizationId ->

0 commit comments

Comments
 (0)