Skip to content

Commit

Permalink
chore: comments addressed
Browse files Browse the repository at this point in the history
  • Loading branch information
anantjain45823 committed Feb 28, 2024
1 parent b46c993 commit 00c88cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/configurations/destinations/ninetailed/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
"properties": {
"organisationId": {
"type": "string",
"pattern": "(^\\{\\{.*\\|\\|(.*)\\}\\}$)|(^env[.].+)|^(.{1,100})$"
"pattern": "^(.{1,100})$"
}
},
"required": ["organisationId"]
Expand Down
5 changes: 1 addition & 4 deletions test/data/validation/destinations/ninetailed.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,7 @@
}
},
"result": false,
"err": [
"organisationId must match pattern \"(^\\{\\{.*\\|\\|(.*)\\}\\}$)|(^env[.].+)|^(.{1,100})$\"",
" must match \"then\" schema"
]
"err": ["organisationId must match pattern \"^(.{1,100})$\"", " must match \"then\" schema"]
},
{
"config": {
Expand Down

0 comments on commit 00c88cc

Please sign in to comment.