test: abra-integration-test-recipe -> abra-test-recipe

See coop-cloud/abra-test-recipe#3
This commit is contained in:
2023-10-05 14:22:11 +02:00
parent 14f2d72aba
commit b4fd39828f
4 changed files with 40 additions and 40 deletions

View File

@ -15,5 +15,5 @@ _common_setup() {
export TEST_APP_NAME="$(basename "${BATS_TEST_FILENAME//./_}")"
export TEST_APP_DOMAIN="$TEST_APP_NAME.$TEST_SERVER"
export TEST_RECIPE="abra-integration-test-recipe"
export TEST_RECIPE="abra-test-recipe"
}