Skip to content

Commit

Permalink
Treat Mustache "info" message as info: Fix CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
james-cnz authored and stronk7 committed Sep 2, 2023
1 parent f0566d4 commit 6d404f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/1-mustache_lint_plugins.bats
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ setup () {
assert_failure
assert_output --partial "Running mustache lint from $GIT_PREVIOUS_COMMIT to $GIT_COMMIT"
assert_output --partial "local/test/templates/linting_ok.mustache - OK: Mustache rendered html succesfully"
assert_output --partial "local/test/templates/local/mobile/view.mustache - WARNING: HTML Validation info"
assert_output --partial "local/test/templates/local/mobile/view.mustache - INFO: HTML Validation info"
assert_output --partial "local/test/templates/local/mobile/view.mustache - WARNING: HTML Validation error"
assert_output --partial "local/test/templates/mobile_view.mustache - WARNING: HTML Validation error"
assert_output --partial "Mustache lint problems found"
}
Expand Down

0 comments on commit 6d404f0

Please sign in to comment.