aboutsummaryrefslogtreecommitdiffstats
path: root/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/user/responses/user-without-trial-capacity-cloud.json
diff options
context:
space:
mode:
authorjonmv <venstad@gmail.com>2022-04-10 14:48:57 +0200
committerjonmv <venstad@gmail.com>2022-04-11 13:42:26 +0200
commitaca7214bfcd89d761523e5d37d26e7daa260b8b1 (patch)
tree672a8e3a3f54de064e23da52d1256c3e37e32835 /controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/user/responses/user-without-trial-capacity-cloud.json
parent9354bd3ea29851eed945c4bd61370629bb4d5598 (diff)
Update all response files in controller-server with unified format, and static timestamps
Diffstat (limited to 'controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/user/responses/user-without-trial-capacity-cloud.json')
-rw-r--r--controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/user/responses/user-without-trial-capacity-cloud.json18
1 files changed, 14 insertions, 4 deletions
diff --git a/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/user/responses/user-without-trial-capacity-cloud.json b/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/user/responses/user-without-trial-capacity-cloud.json
index 2b98a75068a..23528aeab92 100644
--- a/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/user/responses/user-without-trial-capacity-cloud.json
+++ b/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/user/responses/user-without-trial-capacity-cloud.json
@@ -6,8 +6,18 @@
"name": "Joe Developer",
"email": "dev@domail",
"nickname": "dev",
- "verified":false
+ "verified": false
},
- "tenants": {},
- "flags": [{"id":"enable-public-signup-flow","rules":[{"value":false}]}]
-} \ No newline at end of file
+ "tenants": {
+ },
+ "flags": [
+ {
+ "id": "enable-public-signup-flow",
+ "rules": [
+ {
+ "value": false
+ }
+ ]
+ }
+ ]
+}