Skip to content

Commit dafdc47

Browse files
committed
Merge branch 'feature/importing-policies' into eclipse
2 parents 218210f + c233c3f commit dafdc47

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

java/src/test/java/org/eclipse/ditto/client/TestConstants.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ public static final class Policy {
176176
*/
177177
public static final JsonObject POLICY_JSON_OBJECT = JsonObject.of("{\n" +
178178
" \"policyId\": \"" + POLICY_ID + "\",\n" +
179+
" \"imports\": {},\n" +
179180
" \"entries\": {\n" +
180181
" \"maker\": {\n" +
181182
" \"subjects\": {\n" +
@@ -205,7 +206,8 @@ public static final class Policy {
205206
" ],\n" +
206207
" \"revoke\": []\n" +
207208
" }\n" +
208-
" }\n" +
209+
" },\n" +
210+
" \"importable\":\"implicit\"\n" +
209211
" }\n" +
210212
" }\n" +
211213
"}");

0 commit comments

Comments
 (0)