Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
reloxx13 committed Sep 20, 2023
1 parent d00ffee commit 706e303
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/test.bats
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ health_checks() {

# Make sure we can hit the 8080 port successfully from outside
curl -s -I -f https://${PROJNAME}.ddev.site:8080 >/tmp/curlout.txt

# Make sure we can hit the 8080 port successfully from outside
assert_output "FULLURL https://${PROJNAME}.ddev.site:8080"
}

teardown() {
Expand Down

0 comments on commit 706e303

Please sign in to comment.