Skip to content

Commit

Permalink
Merge 585e940 into c702686
Browse files Browse the repository at this point in the history
  • Loading branch information
shortcuts authored Aug 7, 2024
2 parents c702686 + 585e940 commit 1f6ca99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion specs/ingestion/common/schemas/transformation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ TransformationSearch:
type: object
additionalProperties: false
properties:
transformationsIDs:
transformationIDs:
type: array
items:
$ref: './common.yml#/transformationID'
Expand Down
4 changes: 2 additions & 2 deletions tests/CTS/requests/ingestion/searchTransformations.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"testName": "searchTransformations",
"parameters": {
"transformationsIDs": [
"transformationIDs": [
"6c02aeb1-775e-418e-870b-1faccd4b2c0f",
"947ac9c4-7e58-4c87-b1e7-14a68e99699a",
"76ab4c2a-ce17-496f-b7a6-506dc59ee498"
Expand All @@ -12,7 +12,7 @@
"path": "/1/transformations/search",
"method": "POST",
"body": {
"transformationsIDs": [
"transformationIDs": [
"6c02aeb1-775e-418e-870b-1faccd4b2c0f",
"947ac9c4-7e58-4c87-b1e7-14a68e99699a",
"76ab4c2a-ce17-496f-b7a6-506dc59ee498"
Expand Down

0 comments on commit 1f6ca99

Please sign in to comment.