Skip to content

Commit

Permalink
ftest: Fix SSCAppVersionSpec
Browse files Browse the repository at this point in the history
  • Loading branch information
rsenden committed Aug 9, 2023
1 parent cbaef49 commit ee4a823
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ class SSCAppVersionSpec extends FcliBaseSpec {
then:
def e = thrown(UnexpectedFcliResultException)
verifyAll(e.result.stderr) {
it[0].equals("java.lang.IllegalArgumentException: If the --name parameter is provided in <application><delim><version> format the application must match the name of the application referenced in the appVersionNameOrId parameter")
it[0].startsWith("java.lang.IllegalArgumentException: --name option must contain either a plain name or ${version.appName}:<new name>, current: nonExistingAppversion123:updatedVersionName3")
}
}
}

0 comments on commit ee4a823

Please sign in to comment.