Skip to content

Commit 7959661

Browse files
committed
fix typo in integrationtest
1 parent 4c85487 commit 7959661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-test/src/test/java/org/cloudfoundry/operations/ApplicationsTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -818,7 +818,7 @@ public void pushManifestV3WithMetadata() throws IOException {
818818
.build())
819819
.build())
820820
.build())
821-
.map(manifestm -> manifest.getMetadata())
821+
.map(manifest -> manifest.getMetadata())
822822
.as(StepVerifier::create)
823823
.consumeNextWith(metadata -> {
824824
assertThat(metadata.getLabels()).containsAllEntriesOf(labels);

0 commit comments

Comments
 (0)