From ac54b446a5989ac48b8ef146ef589930b345dbc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Duffeck?= Date: Mon, 24 Mar 2025 10:01:35 +0100 Subject: [PATCH] Adapt expectation on number of versions of same-mtime uploads --- tests/acceptance/features/cliCommands/backupConsistency.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/acceptance/features/cliCommands/backupConsistency.feature b/tests/acceptance/features/cliCommands/backupConsistency.feature index 13a706e8d1..9e97148658 100644 --- a/tests/acceptance/features/cliCommands/backupConsistency.feature +++ b/tests/acceptance/features/cliCommands/backupConsistency.feature @@ -39,7 +39,7 @@ Feature: backup consistency And the administrator has started the server When user "Alice" gets the number of versions of file "today.txt" Then the HTTP status code should be "207" - And the number of versions should be "1" + And the number of versions should be "2" @issue-9498 @issue-428 Scenario: check backup consistency after uploading a file multiple times