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 4cd3521
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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
2 changes: 1 addition & 1 deletion test/data/validation/destinations/ninetailed.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
},
"result": false,
"err": [
"organisationId must match pattern \"(^\\{\\{.*\\|\\|(.*)\\}\\}$)|(^env[.].+)|^(.{1,100})$\"",
"organisationId must match pattern \"^(.{1,100})$\"",
" must match \"then\" schema"
]
},
Expand Down

0 comments on commit 4cd3521

Please sign in to comment.