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.
1 parent e4b905c commit e2d700aCopy full SHA for e2d700a
java/src/test/java/org/eclipse/ditto/client/TestConstants.java
@@ -176,9 +176,9 @@ 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" +
- " \"importable\": false,\n" +
182
" \"subjects\": {\n" +
183
" \"{{ request:subjectId }}\": {\n" +
184
" \"type\": \"suite-auth\"\n" +
@@ -206,7 +206,8 @@ public static final class Policy {
206
" ],\n" +
207
" \"revoke\": []\n" +
208
" }\n" +
209
- " }\n" +
+ " },\n" +
210
+ " \"importable\":\"implicit\"\n" +
211
212
213
"}");
0 commit comments