From f00a268fd13bf92906b15025a955e448c650940b Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Wed, 26 Oct 2022 08:31:27 +0200 Subject: [PATCH] Bug 32030: Fix Cypress tests - documents is an attribute of license Signed-off-by: Jonathan Field Signed-off-by: Martin Renvoize Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi --- cypress/integration/Licenses_spec.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/cypress/integration/Licenses_spec.ts b/cypress/integration/Licenses_spec.ts index 8abdf5eed0..6bf44853be 100644 --- a/cypress/integration/Licenses_spec.ts +++ b/cypress/integration/Licenses_spec.ts @@ -17,6 +17,7 @@ function get_license() { status: "active", started_on: dates["today_iso"], ended_on: dates["tomorrow_iso"], + documents: [], }; } -- 2.39.2