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.
1 parent 95bce8b commit fe8af05Copy full SHA for fe8af05
integration-test/src/test/java/org/cloudfoundry/client/v3/OrganizationsTest.java
@@ -21,6 +21,7 @@
21
22
import java.time.Duration;
23
import org.cloudfoundry.AbstractIntegrationTest;
24
+import org.cloudfoundry.ApplicationUtils;
25
import org.cloudfoundry.CloudFoundryVersion;
26
import org.cloudfoundry.IfCloudFoundryVersion;
27
import org.cloudfoundry.client.CloudFoundryClient;
@@ -228,7 +229,7 @@ public void getDefaultIsolationSegment() {
228
229
230
@IfCloudFoundryVersion(greaterThanOrEqualTo = CloudFoundryVersion.PCF_2_8)
231
@Test
- public void getUsageSummary() {
232
+ public void getUsageSummary(@Autowired Mono<ApplicationUtils.ApplicationMetadata> testLogCacheApp) {
233
this.organizationId
234
.flatMap(
235
organizationId ->
0 commit comments