Skip to content

Commit

Permalink
Update test.bats
Browse files Browse the repository at this point in the history
  • Loading branch information
Karl Grasegger authored Jan 28, 2023
1 parent dcf22e8 commit 8570743
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test.bats
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ teardown() {
# Do something here to verify functioning extra service
# For extra credit, use a real CMS with actual config.
# ddev exec "curl -s elasticsearch:9200" | grep "${PROJNAME}-elasticsearch"
ddev command -v task
ddev exec command -v task
}

@test "install from release" {
Expand All @@ -38,5 +38,5 @@ teardown() {
ddev restart >/dev/null
# Do something useful here that verifies the add-on
# ddev exec "curl -s elasticsearch:9200" | grep "${PROJNAME}-elasticsearch"
ddev command -v task
ddev exec command -v task
}

0 comments on commit 8570743

Please sign in to comment.