Skip to content

Commit 16c351d

Browse files
committed
chore: client tests
1 parent 533cf7b commit 16c351d

File tree

1 file changed

+19
-0
lines changed
  • tests/CTS/client/realtime-personalization

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
[
2+
{
3+
"testName": "throws when region is not given",
4+
"autoCreateClient": false,
5+
"steps": [
6+
{
7+
"type": "createClient",
8+
"parameters": {
9+
"appId": "my-app-id",
10+
"apiKey": "my-api-key",
11+
"region": ""
12+
},
13+
"expected": {
14+
"error": "`region` is required and must be one of the following: eu, us"
15+
}
16+
}
17+
]
18+
}
19+
]

0 commit comments

Comments
 (0)