aboutsummaryrefslogtreecommitdiffstats
path: root/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/user/responses/user-with-applications-athenz.json
diff options
context:
space:
mode:
Diffstat (limited to 'controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/user/responses/user-with-applications-athenz.json')
-rw-r--r--controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/user/responses/user-with-applications-athenz.json47
1 files changed, 0 insertions, 47 deletions
diff --git a/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/user/responses/user-with-applications-athenz.json b/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/user/responses/user-with-applications-athenz.json
deleted file mode 100644
index 14f78e14c5b..00000000000
--- a/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/user/responses/user-with-applications-athenz.json
+++ /dev/null
@@ -1,47 +0,0 @@
-{
- "isPublic": false,
- "isCd": false,
- "hasTrialCapacity": true,
- "user": {
- "name": "Joe Developer",
- "email": "dev@domail",
- "nickname": "dev",
- "verified": false
- },
- "tenants": {
- "sandbox": {
- "supported": false,
- "roles": [
- "administrator",
- "developer",
- "reader"
- ]
- },
- "tenant1": {
- "supported": false,
- "roles": [
- "administrator",
- "developer",
- "reader"
- ]
- },
- "tenant2": {
- "supported": false,
- "roles": [
- "administrator",
- "developer",
- "reader"
- ]
- }
- },
- "flags": [
- {
- "id": "enable-public-signup-flow",
- "rules": [
- {
- "value": false
- }
- ]
- }
- ]
-}