This is an automated email from the ASF dual-hosted git repository. shuber pushed a commit to branch draft-custom-items in repository https://gitbox.apache.org/repos/asf/unomi.git
commit a1b27bd4564e791779c9490f74642ea3195da855 Author: Serge Huber <[email protected]> AuthorDate: Tue Sep 28 18:28:02 2021 +0200 Cleanup rule --- itests/src/test/resources/testLogin.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/itests/src/test/resources/testLogin.json b/itests/src/test/resources/testLogin.json index 556b32c..e6af848 100644 --- a/itests/src/test/resources/testLogin.json +++ b/itests/src/test/resources/testLogin.json @@ -19,15 +19,13 @@ }, "actions": [ { + "type": "mergeProfilesOnPropertyAction", "parameterValues": { "mergeProfilePropertyValue": "eventProperty::target.properties(email)", "mergeProfilePropertyName": "mergeIdentifier" - }, - "type": "mergeProfilesOnPropertyAction" + } }, { - "parameterValues": { - }, "type": "copyPropertiesAction", "parameterValues": { "singleValueStrategy": "alwaysSet"
