From a24e5972171f4c14067942545a71f93ef93484b6 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 1 Nov 2022 08:57:00 +0100 Subject: [PATCH] Bug 32030: Add users to licenses - fix cypress tests 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 4235359571..1dd56f4526 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"], + user_roles: [], documents: [ { license_id:1, -- 2.39.2