Skip to content

Commit

Permalink
fix examples
Browse files Browse the repository at this point in the history
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
  • Loading branch information
butonic committed Oct 13, 2022
1 parent 41fc50b commit 408fb23
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ Feature: files and folders exist in the trashbin after being deleted
| new | 401 |
@skipOnOcV10 @personalSpace
Examples:
| dav-path | status_code |
| dav-path | status-code |
| new | 404 |
| spaces | 404 |

Expand All @@ -246,12 +246,13 @@ Feature: files and folders exist in the trashbin after being deleted
| textfile0.txt | testtrashbin102 |
| textfile2.txt | testtrashbin102 |
| textfile3.txt | testtrashbin102 |
@skipOnOcis
Examples:
| dav-path | status-code |
| new | 401 |
@skipOnOcV10 @personalSpace
Examples:
| dav-path | status_code |
| dav-path | status-code |
| new | 404 |
| spaces | 404 |

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ Feature: Restore deleted files/folders
| new | 401 |
@skipOnOcV10
Examples:
| dav-path | status_code |
| dav-path | status-code |
| old | 404 |
| new | 404 |

Expand Down

0 comments on commit 408fb23

Please sign in to comment.