Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
reloxx13 committed Apr 29, 2024
1 parent 6b39d22 commit fdb8ec9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion docker-compose.swagger-ui.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: '3.6'
services:
swagger-ui:
container_name: ddev-${DDEV_SITENAME}-swagger-ui
Expand Down
2 changes: 1 addition & 1 deletion tests/test.bats
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ execute_test() {
}

health_checks() {
ddev exec "curl -s swagger-ui:8080" | grep "${PROJNAME}-swagger-ui"
ddev exec "curl -s swagger-ui:8080" | grep "Swagger UI"
}

teardown() {
Expand Down

0 comments on commit fdb8ec9

Please sign in to comment.