Skip to content

Commit

Permalink
unskip lastmonth date search API test (#7755)
Browse files Browse the repository at this point in the history
  • Loading branch information
saw-jan authored Nov 20, 2023
1 parent 841ab73 commit 6ee973e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/acceptance/features/apiSearch/dateSearch.feature
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,7 @@ Feature: date search
| Mtime:yesterday | /yesterday.txt | | /today.txt | |
| Mtime:"this week" | /today.txt | | /lastWeek.txt | /lastMonth.txt |
| Mtime:"this month" | /today.txt | | /lastMonth.txt | |
# Issue: https://github.com/owncloud/ocis/issues/7629
# uncomment when issue is fixed
# | Mtime:"last month" | /lastMonth.txt | | /today.txt | |
| Mtime:"last month" | /lastMonth.txt | | /today.txt | |
| Mtime:"this year" | /today.txt | | /lastYear.txt | |
| Mtime:"last year" | /lastYear.txt | | /today.txt | |
| Mtime>=$today | /today.txt | | /yesterday.txt | |
Expand Down

0 comments on commit 6ee973e

Please sign in to comment.