fix expected failure file

This commit is contained in:
Saw-jan
2023-01-05 11:58:30 +05:45
parent 335144e50b
commit fc69534c73
2 changed files with 6 additions and 3 deletions
@@ -5,7 +5,7 @@ Feature: delay post-processing of uploaded files
Given user "Alice" has been created with default attributes and without skeleton files
And user "Alice" has uploaded file with content "uploaded content" to "/file.txt"
@issue-5326
Scenario Outline: user sends GET request to the file while it's still being processed
When user "Alice" requests "<dav_path>" with "GET" without retrying
Then the HTTP status code should be "425"
@@ -15,7 +15,7 @@ Feature: delay post-processing of uploaded files
| /remote.php/dav/files/%username%/file.txt |
| /dav/spaces/%spaceid%/file.txt |
@issue-5327
Scenario Outline: user sends PROPFIND request to the file while it's still being processed
When user "Alice" requests "<dav_path>" with "PROPFIND" without retrying
Then the HTTP status code should be "425"