From d17f97c4cf17fe064efe267f9ea26f9f9a8bebed Mon Sep 17 00:00:00 2001 From: Andrew Goldis Date: Fri, 22 Sep 2023 14:42:46 -0700 Subject: [PATCH] chore: fix tests --- .../data-references/ccy-1.9.4-cy-12-crapi.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/e2e/cypress-compatibility/data-references/ccy-1.9.4-cy-12-crapi.ts b/e2e/cypress-compatibility/data-references/ccy-1.9.4-cy-12-crapi.ts index 67e7ada..5a185ad 100644 --- a/e2e/cypress-compatibility/data-references/ccy-1.9.4-cy-12-crapi.ts +++ b/e2e/cypress-compatibility/data-references/ccy-1.9.4-cy-12-crapi.ts @@ -195,7 +195,7 @@ export const data = { machineId: expect.any(String), worker: null, results: { - videoUrl: null, + videoUrl: expect.any(String), stats: { duration: expect.any(Number), endedAt: expect.any(String), @@ -224,7 +224,7 @@ export const data = { machineId: expect.any(String), worker: null, results: { - videoUrl: null, + videoUrl: expect.any(String), stats: { duration: expect.any(Number), endedAt: expect.any(String),