From f7847be02861d6aa475a601b0aaa55cdd9183882 Mon Sep 17 00:00:00 2001 From: Artur Neumann Date: Mon, 15 Nov 2021 16:20:53 +0545 Subject: [PATCH] [tests-only] fix archiver tests expectations --- .../features/apiArchiver/downloadById.feature | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/acceptance/features/apiArchiver/downloadById.feature b/tests/acceptance/features/apiArchiver/downloadById.feature index 5182419513..1437a97639 100644 --- a/tests/acceptance/features/apiArchiver/downloadById.feature +++ b/tests/acceptance/features/apiArchiver/downloadById.feature @@ -124,11 +124,11 @@ Feature: download multiple resources bundled into an archive | User-Agent | | Then the HTTP status code should be "200" And the downloaded archive should contain these files: - | name | content | - | Shares/textfile0.txt | some data | - | Shares/textfile1.txt | other data | - | Shares/my_data/textfile0.txt | some data | - | Shares/my_data/an_other_file.txt | more data | + | name | content | + | Shares/textfile0.txt | some data | + | Shares/textfile1.txt | other data | + | Shares/my_data/textfile2.txt | some data | + | Shares/more_data/an_other_file.txt | more data | Examples: | user-agent | archive-type | | Linux | tar |