From b0293c32ec613b14011f2d89f55aedb12cbf1c51 Mon Sep 17 00:00:00 2001
From: alaskowski <alaskowski@ethz.ch>
Date: Thu, 20 Jul 2023 10:45:33 +0200
Subject: [PATCH] SSDM-55: fixed ui-admin tests.

---
 .../types/form/entitytype/EntityTypeFormControllerSave.test.js   | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ui-admin/srcTest/js/components/types/form/entitytype/EntityTypeFormControllerSave.test.js b/ui-admin/srcTest/js/components/types/form/entitytype/EntityTypeFormControllerSave.test.js
index 5435b6e7f60..dd622c413d6 100644
--- a/ui-admin/srcTest/js/components/types/form/entitytype/EntityTypeFormControllerSave.test.js
+++ b/ui-admin/srcTest/js/components/types/form/entitytype/EntityTypeFormControllerSave.test.js
@@ -279,6 +279,7 @@ TEST_PROPERTY_TYPE.setCode('TEST_PROPERTY_TYPE')
 TEST_PROPERTY_TYPE.setLabel('TEST_LABEL')
 TEST_PROPERTY_TYPE.setDescription('TEST_DESCRIPTION')
 TEST_PROPERTY_TYPE.setDataType(openbis.DataType.INTEGER)
+TEST_PROPERTY_TYPE.setMultiValue(false)
 
 const TEST_PROPERTY_ASSIGNMENT = new openbis.PropertyAssignment()
 TEST_PROPERTY_ASSIGNMENT.setPropertyType(TEST_PROPERTY_TYPE)
-- 
GitLab