Skip to content

Commit

Permalink
Do not test for project name in test output
Browse files Browse the repository at this point in the history
  • Loading branch information
cmuench committed Nov 11, 2023
1 parent f6df837 commit 493ee2c
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 @@ -20,7 +20,7 @@ execute_test() {
}

health_checks() {
ddev exec "curl -s opensearch:9200" | grep "${PROJECTNAME}-opensearch"
ddev exec "curl -s opensearch:9200"
ddev exec -s opensearch-dashboards "curl -s -i opensearch-dashboards:5601" | grep -q "osd-name"
}

Expand Down

0 comments on commit 493ee2c

Please sign in to comment.