Skip to content

Commit

Permalink
Merge pull request #455 from psmf22/develop
Browse files Browse the repository at this point in the history
chore: fix fod scan list test
  • Loading branch information
psmf22 authored Oct 13, 2023
2 parents 42a0ce7 + 61616b2 commit 8f9d2f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class FoDScanSpec extends FcliBaseSpec {
then:
verifyAll(result.stdout) {
size()>=3
it[0].replace(' ', '').equals("IdTypeAnalysisStatusApplicationMicroserviceReleaseStartedCompletedScanMethod")
it[0].replace(' ', '').equals("IdAnalysisStatusApplicationMicroserviceReleaseStartedCompletedScanMethod")
}
}

Expand Down

0 comments on commit 8f9d2f4

Please sign in to comment.