File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
integration-test/src/test/java/org/cloudfoundry/client/v3 Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 21
21
22
22
import java .time .Duration ;
23
23
import org .cloudfoundry .AbstractIntegrationTest ;
24
+ import org .cloudfoundry .ApplicationUtils ;
24
25
import org .cloudfoundry .CloudFoundryVersion ;
25
26
import org .cloudfoundry .IfCloudFoundryVersion ;
26
27
import org .cloudfoundry .client .CloudFoundryClient ;
@@ -228,7 +229,9 @@ public void getDefaultIsolationSegment() {
228
229
229
230
@ IfCloudFoundryVersion (greaterThanOrEqualTo = CloudFoundryVersion .PCF_2_8 )
230
231
@ Test
231
- public void getUsageSummary () {
232
+ public void getUsageSummary (
233
+ // We inject the testLogCacheApp to ensure there is _some_ usage in the org
234
+ @ Autowired Mono <ApplicationUtils .ApplicationMetadata > testLogCacheApp ) {
232
235
this .organizationId
233
236
.flatMap (
234
237
organizationId ->
You can’t perform that action at this time.
0 commit comments