File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
integration-test/src/test/java/org/cloudfoundry/client/v3 Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 2121
2222import java .time .Duration ;
2323import org .cloudfoundry .AbstractIntegrationTest ;
24+ import org .cloudfoundry .ApplicationUtils ;
2425import org .cloudfoundry .CloudFoundryVersion ;
2526import org .cloudfoundry .IfCloudFoundryVersion ;
2627import 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 ->
You can’t perform that action at this time.
0 commit comments