Skip to content

Commit

Permalink
fix: minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
manish339k committed Jan 28, 2025
1 parent 4d69780 commit 78b0a3b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@
"secretKeys": ["appApiKey", "apiKey"]
},
"options": {
"isBeta": true,
"hidden": {
"featureFlagName": "AMP_customerio_segment",
"featureFlagValue": false
}
"isBeta": true
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions test/data/validation/destinations/customerio_segment.json
Original file line number Diff line number Diff line change
@@ -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
},
Expand Down

0 comments on commit 78b0a3b

Please sign in to comment.