Skip to content

Commit

Permalink
Replaced curl with wget to avoid errors
Browse files Browse the repository at this point in the history
  • Loading branch information
juanjol committed Nov 26, 2023
1 parent d166d5e commit 095d75a
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() {
curl -s http://mkdocs:8080 | grep -m1 "Welcome to Mkdocs"
ddev exec wget http://mkdocs:8080 -q -O - | grep Welcome | grep -m1 "Welcome to Mkdocs"
}

teardown() {
Expand Down

0 comments on commit 095d75a

Please sign in to comment.