Skip to content

Commit e8f72fe

Browse files
committed
fixup! Remove deprecated Doppler recentLogs and LogsRequest for 6.x
1 parent 0648948 commit e8f72fe

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

cloudfoundry-operations/src/test/java/org/cloudfoundry/operations/applications/DefaultApplicationsTest.java

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1319,7 +1319,11 @@ void logsNoApp() {
13191319
requestApplicationsEmpty(this.cloudFoundryClient, "test-application-name", TEST_SPACE_ID);
13201320

13211321
this.applications
1322-
.logs(ApplicationLogsRequest.builder().name("test-application-name").recent(true).build())
1322+
.logs(
1323+
ApplicationLogsRequest.builder()
1324+
.name("test-application-name")
1325+
.recent(true)
1326+
.build())
13231327
.as(StepVerifier::create)
13241328
.consumeErrorWith(
13251329
t ->

0 commit comments

Comments
 (0)