Skip to content

Commit ca74002

Browse files
committed
fix copy paste
1 parent 8a54678 commit ca74002

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test.bats

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ health_checks() {
5858

5959
run curl -sfI https://${PROJNAME}.ddev.site:9101/adminer.css
6060
assert_success
61-
assert_output --partial "HTTP/2 302"
61+
assert_output --partial "HTTP/2 200"
6262
assert_output --partial "content-type: text/css"
6363

64-
run curl -sfI https://${PROJNAME}.ddev.site:9101/adminer.css
64+
run curl -sf https://${PROJNAME}.ddev.site:9101/adminer.css
6565
assert_success
6666
assert_output --partial "${ADMINER_DESIGN}"
6767
fi

0 commit comments

Comments
 (0)