updated introspection result test

multiparty
Justin Richer 2015-12-23 12:30:16 -05:00
parent 24291040b6
commit f407b0da3a
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ public class TestDefaultIntrospectionResultAssembler {
.put("permissions", new ImmutableSet.Builder<>()
.add(new ImmutableMap.Builder<String, Object>()
.put("resource_set_id", "1") // note that the resource ID comes out as a string
.put("scopes", new ImmutableSet.Builder<>()
.put("permission_scopes", new ImmutableSet.Builder<>()
.add("bar")
.add("foo")
.build())