Skip to content

Commit

Permalink
fix(specs): update required for kotlin tests to pass (#1492)
Browse files Browse the repository at this point in the history
  • Loading branch information
aallam committed Apr 28, 2023
1 parent f2671a4 commit 3af3eb4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion specs/predict/responses/Segment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ segmentAffinityFilter:
type: object
required:
- value
- probability
- operator
properties:
operator:
$ref: '#/segmentFilterOperatorNumerical'
Expand Down
4 changes: 2 additions & 2 deletions tests/CTS/methods/requests/ingestion/createTask.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"sourceID": "search",
"destinationID": "destinationName",
"trigger": {
"type": "subscription"
"type": "onDemand"
},
"action": "replace"
},
Expand All @@ -64,7 +64,7 @@
"sourceID": "search",
"destinationID": "destinationName",
"trigger": {
"type": "subscription"
"type": "onDemand"
},
"action": "replace"
}
Expand Down

0 comments on commit 3af3eb4

Please sign in to comment.