Skip to content

Commit

Permalink
ftest: Fix fcli ssc av ls functional test with updated output
Browse files Browse the repository at this point in the history
  • Loading branch information
rsenden committed Dec 11, 2024
1 parent f6b27ee commit 7398e2a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class SSCAppVersionSpec extends FcliBaseSpec {
then:
verifyAll(result.stdout) {
size()>=2
it[0].replace(" ","").equals("IdApplicationnameNameIssuetemplatenameCreatedby");
it[0].replace(" ","").equals("IdApplicationnameNameActiveIssuetemplatenameCreatedby");
}
}

Expand Down

0 comments on commit 7398e2a

Please sign in to comment.