Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Guggemos <dominik.guggemos@bosch.io>
  • Loading branch information
dguggemos committed Sep 21, 2022
1 parent e4b905c commit e2d700a
Showing 1 changed file with 3 additions and 2 deletions.
Expand Up @@ -176,9 +176,9 @@ public static final class Policy {
*/
public static final JsonObject POLICY_JSON_OBJECT = JsonObject.of("{\n" +
" \"policyId\": \"" + POLICY_ID + "\",\n" +
" \"imports\": {},\n" +
" \"entries\": {\n" +
" \"maker\": {\n" +
" \"importable\": false,\n" +
" \"subjects\": {\n" +
" \"{{ request:subjectId }}\": {\n" +
" \"type\": \"suite-auth\"\n" +
Expand Down Expand Up @@ -206,7 +206,8 @@ public static final class Policy {
" ],\n" +
" \"revoke\": []\n" +
" }\n" +
" }\n" +
" },\n" +
" \"importable\":\"implicit\"\n" +
" }\n" +
" }\n" +
"}");
Expand Down

0 comments on commit e2d700a

Please sign in to comment.