Skip to content

Commit

Permalink
fix step
Browse files Browse the repository at this point in the history
  • Loading branch information
saw-jan committed Oct 3, 2023
1 parent 5a09a67 commit b3a3c4b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Feature: PROPFIND
When user "Alice" requests "<dav-path>" with "PROPFIND" using basic auth and with headers
| header | value |
| depth | <depth> |
Then the HTTP status code should be "207"
Then the HTTP status code should be "<http-code>"
Examples:
| dav-path | depth | http-code |
| /remote.php/webdav | 0 | 207 |
Expand Down

0 comments on commit b3a3c4b

Please sign in to comment.