Skip to content

Commit

Permalink
Fix port in test.bats
Browse files Browse the repository at this point in the history
  • Loading branch information
cmuench authored Dec 17, 2023
1 parent 4a9ff54 commit c2d1e16
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 @@ -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() {
Expand Down

0 comments on commit c2d1e16

Please sign in to comment.