We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ef801c commit 11f1b82Copy full SHA for 11f1b82
tests/CTS/client/predict/parameters.json
@@ -11,7 +11,7 @@
11
"region": ""
12
},
13
"expected": {
14
- "error": "`region` is required and must be one of the following: ue, ew"
+ "error": "`region` is required and must be one of the following: us, eu"
15
}
16
17
]
@@ -28,7 +28,7 @@
28
"region": "not_a_region"
29
30
31
32
33
34
@@ -42,7 +42,7 @@
42
"parameters": {
43
"appId": "my-app-id",
44
"apiKey": "my-api-key",
45
- "region": "ew"
+ "region": "eu"
46
47
"expected": {}
48
0 commit comments