Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Richter <[email protected]>
  • Loading branch information
dragonchaser committed Mar 18, 2024
1 parent f7b3944 commit 2b07b18
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -718,9 +718,9 @@ Feature: moving/renaming file using file id
| textfile.txt |
Examples:
| dav-path | space | http-status-code |
| /remote.php/dav/spaces | Personal | 400 |
| /dav/spaces | Personal | 400 |
| /remote.php/dav/spaces | myspace | 400 |
| /remote.php/dav/spaces | Personal | 409 |
| /dav/spaces | Personal | 409 |
| /remote.php/dav/spaces | myspace | 409 |
| /dav/spaces | myspace | 400 |
| /remote.php/dav/spaces | Shares | 404 |
| /dav/spaces | Shares | 404 |
Expand Down

0 comments on commit 2b07b18

Please sign in to comment.