We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a54678 commit ca74002Copy full SHA for ca74002
tests/test.bats
@@ -58,10 +58,10 @@ health_checks() {
58
59
run curl -sfI https://${PROJNAME}.ddev.site:9101/adminer.css
60
assert_success
61
- assert_output --partial "HTTP/2 302"
+ assert_output --partial "HTTP/2 200"
62
assert_output --partial "content-type: text/css"
63
64
- run curl -sfI https://${PROJNAME}.ddev.site:9101/adminer.css
+ run curl -sf https://${PROJNAME}.ddev.site:9101/adminer.css
65
66
assert_output --partial "${ADMINER_DESIGN}"
67
fi
0 commit comments