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),