Skip to content

Commit

Permalink
test: fix venom test
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienaury committed Sep 16, 2024
1 parent f50248c commit c30d7b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/suites/masking_sha3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ testcases:
echo '{"email": "name.surname@domain.com"}' | pimo -s 123
assertions:
- result.code ShouldEqual 1
- result.systemerr ShouldContainSubstring "identifier will exceed the maximum authorized length of 10 characters (longest identifiers will be 13 characters long)"
- result.systemerr ShouldContainSubstring "identifiers will exceed the maximum authorized length of 10 characters (longest identifiers will be 13 characters long)"
- script: rm -f masking.yml
- script: |-
cat > masking.yml <<EOF
Expand Down

0 comments on commit c30d7b4

Please sign in to comment.