diff --git a/tests/integration/helpers/app.bash b/tests/integration/helpers/app.bash index c9da329454..62b7ae229d 100644 --- a/tests/integration/helpers/app.bash +++ b/tests/integration/helpers/app.bash @@ -1,6 +1,8 @@ #!/usr/bin/env bash _new_app() { + _fetch_recipe + run $ABRA app new "$TEST_RECIPE" \ --no-input \ --server "$TEST_SERVER" \