Skip to content

Commit 7ec3c20

Browse files
committed
chore: cts
1 parent 4f7426b commit 7ec3c20

File tree

1 file changed

+2
-2
lines changed
  • tests/CTS/client/realtime-personalization

1 file changed

+2
-2
lines changed

tests/CTS/client/realtime-personalization/api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[
22
{
3-
"testName": "throws when region is not given",
3+
"testName": "throws when incorrect region is given",
44
"autoCreateClient": false,
55
"steps": [
66
{
77
"type": "createClient",
88
"parameters": {
99
"appId": "my-app-id",
1010
"apiKey": "my-api-key",
11-
"region": ""
11+
"region": "not_a_region"
1212
},
1313
"expected": {
1414
"error": "`region` is required and must be one of the following: eu, us"

0 commit comments

Comments
 (0)