From 9109f0b54d44abe21758150115b25c977d8c5539 Mon Sep 17 00:00:00 2001
From: alaskowski <alaskowski@ethz.ch>
Date: Wed, 26 Jul 2023 09:43:56 +0200
Subject: [PATCH] SSDM-55: test fixes

---
 .../tests/1/as/webapps/openbis-v3-api-test/html/test/common.js   | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test-api-openbis-javascript/servers/common/core-plugins/tests/1/as/webapps/openbis-v3-api-test/html/test/common.js b/test-api-openbis-javascript/servers/common/core-plugins/tests/1/as/webapps/openbis-v3-api-test/html/test/common.js
index fd831f0fa1b..100f5163084 100644
--- a/test-api-openbis-javascript/servers/common/core-plugins/tests/1/as/webapps/openbis-v3-api-test/html/test/common.js
+++ b/test-api-openbis-javascript/servers/common/core-plugins/tests/1/as/webapps/openbis-v3-api-test/html/test/common.js
@@ -579,6 +579,7 @@ define([ 'jquery', 'openbis', 'underscore', 'test/dtos' ], function($, defaultOp
 			creation.setLabel("Testing");
 			creation.setDescription("testing");
 			creation.setDataType(c.DataType.VARCHAR);
+			creation.setMultiValue(false);
 			return facade.createPropertyTypes([ creation ]).then(function(permIds) {
 				return permIds[0];
 			});
-- 
GitLab