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 4f7426b commit 7ec3c20Copy full SHA for 7ec3c20
tests/CTS/client/realtime-personalization/api.json
@@ -1,14 +1,14 @@
1
[
2
{
3
- "testName": "throws when region is not given",
+ "testName": "throws when incorrect region is given",
4
"autoCreateClient": false,
5
"steps": [
6
7
"type": "createClient",
8
"parameters": {
9
"appId": "my-app-id",
10
"apiKey": "my-api-key",
11
- "region": ""
+ "region": "not_a_region"
12
},
13
"expected": {
14
"error": "`region` is required and must be one of the following: eu, us"
0 commit comments