aboutsummaryrefslogtreecommitdiffstats
path: root/controller-server/src/test/resources/testConfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'controller-server/src/test/resources/testConfig.json')
-rw-r--r--controller-server/src/test/resources/testConfig.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/controller-server/src/test/resources/testConfig.json b/controller-server/src/test/resources/testConfig.json
index 7b91b4930a1..5c3d5942001 100644
--- a/controller-server/src/test/resources/testConfig.json
+++ b/controller-server/src/test/resources/testConfig.json
@@ -1,20 +1,20 @@
{
"application": "tenant:application:default",
- "zone": "test.aws-us-east-1c",
+ "zone": "test.us-east-1",
"system": "publiccd",
"isCI": true,
"endpoints": {
- "test.aws-us-east-1c": [
+ "test.us-east-1": [
"https://ai.default.default.global.vespa.oath.cloud/"
]
},
"zoneEndpoints": {
- "test.aws-us-east-1c": {
+ "test.us-east-1": {
"ai": "https://ai.default.default.global.vespa.oath.cloud/"
}
},
"clusters": {
- "test.aws-us-east-1c": [
+ "test.us-east-1": [
"facts"
]
}