Skip to content

Commit 11f1b82

Browse files
committed
tests: use new parameters
1 parent 4ef801c commit 11f1b82

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/CTS/client/predict/parameters.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"region": ""
1212
},
1313
"expected": {
14-
"error": "`region` is required and must be one of the following: ue, ew"
14+
"error": "`region` is required and must be one of the following: us, eu"
1515
}
1616
}
1717
]
@@ -28,7 +28,7 @@
2828
"region": "not_a_region"
2929
},
3030
"expected": {
31-
"error": "`region` is required and must be one of the following: ue, ew"
31+
"error": "`region` is required and must be one of the following: us, eu"
3232
}
3333
}
3434
]
@@ -42,7 +42,7 @@
4242
"parameters": {
4343
"appId": "my-app-id",
4444
"apiKey": "my-api-key",
45-
"region": "ew"
45+
"region": "eu"
4646
},
4747
"expected": {}
4848
}

0 commit comments

Comments
 (0)