From 7126d1968958ff3728b0e429c94616d42f339728 Mon Sep 17 00:00:00 2001 From: Alexander Hjelm Date: Sat, 21 Dec 2024 12:33:10 +0100 Subject: [PATCH] Integration tests: fix type of custom field alexander-testar-custom-date-of-first-response --- test/integration/config-cloud.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/integration/config-cloud.json b/test/integration/config-cloud.json index fdb1ef87..9560bc22 100644 --- a/test/integration/config-cloud.json +++ b/test/integration/config-cloud.json @@ -272,8 +272,9 @@ }, { "source": "alexander-testar-custom-date-of-first-response", + "target": "Custom.CustomDateOfFirstResponse", "source-type": "name", - "target": "Custom.CustomDateOfFirstResponse" + "type": "datetime" }, { "source": "alexander-testar-custom-group-picker-multiple-groups",