Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: client tests
  • Loading branch information
shortcuts committed Mar 24, 2025
commit 16c351de26551fad83d313ae67b982658a932a3d
19 changes: 19 additions & 0 deletions tests/CTS/client/realtime-personalization/api.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
[
{
"testName": "throws when region is not given",
"autoCreateClient": false,
"steps": [
{
"type": "createClient",
"parameters": {
"appId": "my-app-id",
"apiKey": "my-api-key",
"region": ""
},
"expected": {
"error": "`region` is required and must be one of the following: eu, us"
}
}
]
}
]
Loading