From f40712abbbb74e51f06037ef02757c42736bccf8 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 6 May 2022 14:23:02 +0200 Subject: Add ability to filter overall video stats by date --- server/tests/api/check-params/views.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/tests/api/check-params/views.ts') diff --git a/server/tests/api/check-params/views.ts b/server/tests/api/check-params/views.ts index fe037b145..8f1fa796b 100644 --- a/server/tests/api/check-params/views.ts +++ b/server/tests/api/check-params/views.ts @@ -176,7 +176,7 @@ describe('Test videos views', function () { await servers[0].videoStats.getTimeserieStats({ videoId, metric: 'viewers', - startDate: new Date('2021-04-07T08:31:57.126Z'), + startDate: new Date('2000-04-07T08:31:57.126Z'), endDate: new Date(), expectedStatus: HttpStatusCode.BAD_REQUEST_400 }) -- cgit v1.2.3