updated introspection result test
parent
24291040b6
commit
f407b0da3a
|
@ -107,7 +107,7 @@ public class TestDefaultIntrospectionResultAssembler {
|
||||||
.put("permissions", new ImmutableSet.Builder<>()
|
.put("permissions", new ImmutableSet.Builder<>()
|
||||||
.add(new ImmutableMap.Builder<String, Object>()
|
.add(new ImmutableMap.Builder<String, Object>()
|
||||||
.put("resource_set_id", "1") // note that the resource ID comes out as a string
|
.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("bar")
|
||||||
.add("foo")
|
.add("foo")
|
||||||
.build())
|
.build())
|
||||||
|
|
Loading…
Reference in New Issue