We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 218210f + c233c3f commit dafdc47Copy full SHA for dafdc47
java/src/test/java/org/eclipse/ditto/client/TestConstants.java
@@ -176,6 +176,7 @@ public static final class Policy {
176
*/
177
public static final JsonObject POLICY_JSON_OBJECT = JsonObject.of("{\n" +
178
" \"policyId\": \"" + POLICY_ID + "\",\n" +
179
+ " \"imports\": {},\n" +
180
" \"entries\": {\n" +
181
" \"maker\": {\n" +
182
" \"subjects\": {\n" +
@@ -205,7 +206,8 @@ public static final class Policy {
205
206
" ],\n" +
207
" \"revoke\": []\n" +
208
" }\n" +
- " }\n" +
209
+ " },\n" +
210
+ " \"importable\":\"implicit\"\n" +
211
212
213
"}");
0 commit comments