From 5ba7dad3c799eeceb2e992d96aee7eb1be4ea255 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Duffeck?= Date: Wed, 10 May 2023 14:28:13 +0200 Subject: [PATCH] Fix test expectations --- tests/acceptance/features/apiSpaces/tag.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/acceptance/features/apiSpaces/tag.feature b/tests/acceptance/features/apiSpaces/tag.feature index 4441314cc1..30df756437 100644 --- a/tests/acceptance/features/apiSpaces/tag.feature +++ b/tests/acceptance/features/apiSpaces/tag.feature @@ -231,7 +231,7 @@ Feature: Tag And user "Alice" has disabled a space "use-tag" When user "Alice" lists all available tags via the GraphApi Then the HTTP status code should be "200" - And the response should contain following tags: + And the response should not contain following tags: | folderTag | | marketing | When user "Alice" deletes a space "use-tag"