test: no args for helpers, fix recipe_* tests [ci skip]

This commit is contained in:
2023-09-23 23:57:52 +02:00
parent ce7b4733d7
commit f0560ca975
12 changed files with 45 additions and 78 deletions

View File

@ -60,7 +60,7 @@ teardown(){
run rm -rf "$ABRA_DIR/recipes/$TEST_RECIPE/foo"
assert_not_exists "$ABRA_DIR/recipes/$TEST_RECIPE/foo"
_checkout_recipe "$TEST_RECIPE"
_checkout_recipe
}
# bats test_tags=slow
@ -100,7 +100,7 @@ teardown(){
run rm -rf "$ABRA_DIR/recipes/$TEST_RECIPE/foo"
assert_not_exists "$ABRA_DIR/recipes/$TEST_RECIPE/foo"
_checkout_recipe "$TEST_RECIPE"
_checkout_recipe
}
@test "ensure recipe up to date if no --offline" {
@ -202,7 +202,7 @@ teardown(){
_undeploy_app
_checkout_recipe "$TEST_RECIPE"
_checkout_recipe
}
# bats test_tags=slow