Skip to content

Commit

Permalink
qurakus test case fix with port
Browse files Browse the repository at this point in the history
Signed-off-by: Ankit Singh <ankit2.singh@samsung.com>
  • Loading branch information
Test authored and asingh2295 committed Jul 21, 2023
1 parent bf40802 commit 380e979
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ void withApplicationPropertiesAndProfile_shouldAddConfiguredProfile() throws IOE
.extracting(ImageConfiguration::getBuildConfiguration)
.extracting(BuildConfiguration::getPorts)
.asList()
.containsExactly("31337", "8778", "9779");
.containsExactly("1337", "8778", "9779");
}

private void withNativeBinaryInTarget() throws IOException {
Expand Down

0 comments on commit 380e979

Please sign in to comment.