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

@ -42,7 +42,7 @@ func TestGetApp(t *testing.T) {
func TestGetComposeFiles(t *testing.T) {
offline := true
r, err := recipe.Get("abra-integration-test-recipe", offline)
r, err := recipe.Get("abra-test-recipe", offline)
if err != nil {
t.Fatal(err)
}
@ -89,7 +89,7 @@ func TestGetComposeFiles(t *testing.T) {
func TestGetComposeFilesError(t *testing.T) {
offline := true
r, err := recipe.Get("abra-integration-test-recipe", offline)
r, err := recipe.Get("abra-test-recipe", offline)
if err != nil {
t.Fatal(err)
}