Skip to content

Commit 6b615ac

Browse files
committed
tests: update region params
1 parent 64f2b0f commit 6b615ac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

specs/predict/spec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ servers:
1414
variables:
1515
region:
1616
enum:
17-
- us
1817
- eu
18+
- us
1919
default: eu
2020
description: >
2121
Region where your Predict data is stored and processed:

tests/CTS/client/predict/parameters.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"region": ""
1212
},
1313
"expected": {
14-
"error": "`region` is required and must be one of the following: us, eu"
14+
"error": "`region` is required and must be one of the following: eu, us"
1515
}
1616
}
1717
]
@@ -28,7 +28,7 @@
2828
"region": "not_a_region"
2929
},
3030
"expected": {
31-
"error": "`region` is required and must be one of the following: us, eu"
31+
"error": "`region` is required and must be one of the following: eu, us"
3232
}
3333
}
3434
]

0 commit comments

Comments
 (0)