Skip to content

Commit e2d700a

Browse files
committed
fix unit test
Signed-off-by: Dominik Guggemos <dominik.guggemos@bosch.io>
1 parent e4b905c commit e2d700a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,9 +176,9 @@ 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" +
181-
" \"importable\": false,\n" +
182182
" \"subjects\": {\n" +
183183
" \"{{ request:subjectId }}\": {\n" +
184184
" \"type\": \"suite-auth\"\n" +
@@ -206,7 +206,8 @@ public static final class Policy {
206206
" ],\n" +
207207
" \"revoke\": []\n" +
208208
" }\n" +
209-
" }\n" +
209+
" },\n" +
210+
" \"importable\":\"implicit\"\n" +
210211
" }\n" +
211212
" }\n" +
212213
"}");

0 commit comments

Comments
 (0)