Skip to content

Commit

Permalink
Merge pull request #38 from fabriziosestito/fix/e2e-tests
Browse files Browse the repository at this point in the history
tests: fix failing e2e test
  • Loading branch information
fabriziosestito authored Aug 1, 2023
2 parents dcf21ae + ef6489e commit 17d36ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e.bats
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,6 @@
# settings validation fails
[ "$status" -eq 1 ]
[ $(expr "$output" : '.*valid.*false') -ne 0 ]
[ $(expr "$output" : ".*Provided settings are not valid: Cannot compile regexp.*") -ne 0 ]
[ $(expr "$output" : ".*Provided settings are not valid: error parsing regexp: missing closing.*") -ne 0 ]
}

0 comments on commit 17d36ce

Please sign in to comment.