From c2d1e162b1b476fb720cbdc5a702eb8d08fe1c57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20M=C3=BCnch?= Date: Sun, 17 Dec 2023 11:35:31 +0100 Subject: [PATCH] Fix port in test.bats --- tests/test.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test.bats b/tests/test.bats index 6fe5414..f5e0e1e 100644 --- a/tests/test.bats +++ b/tests/test.bats @@ -26,7 +26,7 @@ health_checks() { # Make sure we can hit the 9201 and 5602 port successfully curl -s -I -f https://${PROJNAME}.ddev.site:9201 - curl -s -I -f https://${PROJNAME}.ddev.site:5601 + curl -s -I -f https://${PROJNAME}.ddev.site:5602 } teardown() {