-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: bump ask-smapi-model to v1.19.1 (#426)
* feat: bump ask-smapi-model to v1.19.1 * fix: add integration test cases for new added smapi model apis * fix: bug fix integrations test cases failures * fix: experimentMetricConfigurationModel constant name for file referencing and disable JSON parse Co-authored-by: Shreyas Govinda Raju <shreraju@amazon.com>
- Loading branch information
1 parent
7ede2a0
commit 6fd3a15
Showing
3 changed files
with
109 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
test/integration/fixtures/experiment-metric-configuration.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
[ | ||
{ | ||
"name": "CPDR", | ||
"metricTypes": ["KEY"], | ||
"expectedChange": "DECREASE" | ||
}, | ||
{ | ||
"name": "ISP_SALES_QUANTITY", | ||
"metricTypes": ["KEY"], | ||
"expectedChange": "INCREASE" | ||
} | ||
] |