From 48a0e564b99049bca767a9a9de0f3cbb9dd037c2 Mon Sep 17 00:00:00 2001 From: Bill Burke Date: Mon, 7 Jul 2014 18:51:38 -0400 Subject: [PATCH] fix json file --- .../src/test/resources/admin-test/testrealm.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/testsuite/integration/src/test/resources/admin-test/testrealm.json b/testsuite/integration/src/test/resources/admin-test/testrealm.json index b83c437346..2af419ad34 100755 --- a/testsuite/integration/src/test/resources/admin-test/testrealm.json +++ b/testsuite/integration/src/test/resources/admin-test/testrealm.json @@ -20,11 +20,12 @@ "email" : "test-user@localhost", "credentials" : [ { "type" : "password", - "value" : "password" } + "value" : "password" } ], - "realmRoles": [ "test-user@localhost" ], + "realmRoles": ["user"], "applicationRoles": { - "test-app": ["customer-user"] + "test-app": [ "customer-user" ], + "account": [ "view-profile", "manage-account" ] } } ], @@ -58,7 +59,7 @@ ], "adminUrl": "http://localhost:8081/app/logout", "secret": "password" - } + } ], "roles" : { "realm" : [