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: cts
  • Loading branch information
shortcuts committed Mar 24, 2025
commit 7ec3c20e45ffe170e63706cd8d2897471661983f
4 changes: 2 additions & 2 deletions tests/CTS/client/realtime-personalization/api.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[
{
"testName": "throws when region is not given",
"testName": "throws when incorrect region is given",
"autoCreateClient": false,
"steps": [
{
"type": "createClient",
"parameters": {
"appId": "my-app-id",
"apiKey": "my-api-key",
"region": ""
"region": "not_a_region"
},
"expected": {
"error": "`region` is required and must be one of the following: eu, us"
Expand Down
Loading