Skip to content

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
juanjol committed Apr 8, 2024
1 parent 8193069 commit 2b89e1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test.bats
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ setup() {
}

health_checks() {
output = ddev pa11y --help
output=$(ddev pa11y --help)
# Check if the output contains "Healthcheck passed!"
[[ $output == *"Usage: pa11y"* ]]
}
Expand Down

0 comments on commit 2b89e1c

Please sign in to comment.