diff --git a/tests/test.bats b/tests/test.bats index ccd6938..7d9b88f 100644 --- a/tests/test.bats +++ b/tests/test.bats @@ -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" { @@ -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 }