From aa37c936eb480815a7bd1c12abe0c4315ca9f4c7 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Thu, 21 Sep 2023 11:52:21 +0200 Subject: [PATCH] test: pass arg to _checkout_recipe --- tests/integration/recipe_sync.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/recipe_sync.bats b/tests/integration/recipe_sync.bats index 7b29f035..bfc6e09f 100644 --- a/tests/integration/recipe_sync.bats +++ b/tests/integration/recipe_sync.bats @@ -125,5 +125,5 @@ setup(){ assert_line --index 0 --partial 'synced label' refute_line --index 1 --partial 'synced label' - _checkout_recipe + _checkout_recipe "$TEST_RECIPE" }