From 6ee973ec0cd43adca2f85538a9ebfd5ec5a62693 Mon Sep 17 00:00:00 2001 From: Sawjan Gurung Date: Mon, 20 Nov 2023 12:43:45 +0545 Subject: [PATCH] unskip lastmonth date search API test (#7755) --- tests/acceptance/features/apiSearch/dateSearch.feature | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/acceptance/features/apiSearch/dateSearch.feature b/tests/acceptance/features/apiSearch/dateSearch.feature index a39c6aec0e..568077705d 100644 --- a/tests/acceptance/features/apiSearch/dateSearch.feature +++ b/tests/acceptance/features/apiSearch/dateSearch.feature @@ -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 | |