Skip to content

Commit

Permalink
Fix assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielThomas committed Mar 2, 2021
1 parent 7f20b64 commit 1b6f8b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ class OspackageApplicationSpringBootPluginLauncherSpec extends IntegrationSpec {
def result = runTasksWithFailure('installDist')

then:
result.standardError.contains("mainClass should be configured in order to generate a valid distribution. i.e. mainClass.set('com.netflix.app.MyApp')")
result.standardError.contains("mainClass should be configured in order to generate a valid start script. i.e. mainClass.set('com.netflix.app.MyApp')")

where:
bootVersion | _
Expand Down

0 comments on commit 1b6f8b8

Please # to comment.