From 78b0a3b1d3b9e9d426727241a299df617f445f88 Mon Sep 17 00:00:00 2001 From: Manish Kumar Date: Tue, 28 Jan 2025 17:32:29 +0530 Subject: [PATCH] fix: minor changes --- .../destinations/customerio_segment/db-config.json | 6 +----- .../destinations/customerio_segment/ui-config.json | 3 +-- test/data/validation/destinations/customerio_segment.json | 6 +++--- 3 files changed, 5 insertions(+), 10 deletions(-) diff --git a/src/configurations/destinations/customerio_segment/db-config.json b/src/configurations/destinations/customerio_segment/db-config.json index 475bedd5a..50d3395d0 100644 --- a/src/configurations/destinations/customerio_segment/db-config.json +++ b/src/configurations/destinations/customerio_segment/db-config.json @@ -31,10 +31,6 @@ "secretKeys": ["appApiKey", "apiKey"] }, "options": { - "isBeta": true, - "hidden": { - "featureFlagName": "AMP_customerio_segment", - "featureFlagValue": false - } + "isBeta": true } } diff --git a/src/configurations/destinations/customerio_segment/ui-config.json b/src/configurations/destinations/customerio_segment/ui-config.json index 2ff528f24..20120144c 100644 --- a/src/configurations/destinations/customerio_segment/ui-config.json +++ b/src/configurations/destinations/customerio_segment/ui-config.json @@ -19,8 +19,7 @@ "configKey": "siteId", "regex": "(^\\{\\{.*\\|\\|(.*)\\}\\}$)|(^env[.].+)|^(.{1,100})$", "regexErrorMessage": "Invalid Site Id", - "placeholder": "e.g: 88f02580XXXXXXXcf18", - "secret": true + "placeholder": "e.g: 88f02580XXXXXXXcf18" }, { "type": "textInput", diff --git a/test/data/validation/destinations/customerio_segment.json b/test/data/validation/destinations/customerio_segment.json index 35799f4be..a9825de81 100644 --- a/test/data/validation/destinations/customerio_segment.json +++ b/test/data/validation/destinations/customerio_segment.json @@ -1,9 +1,9 @@ [ { "config": { - "siteId": "95bd13XXXX29XXi0ff9b", - "apiKey": "95bd13XXXX29XXi0ff9b", - "appApiKey": "95bd13XXXX29XXi0ff9b" + "siteId": "test-site-id", + "apiKey": "test-api-key", + "appApiKey": "test-app-api-key" }, "result": true },