Skip to content

Commit

Permalink
fix ditto-client test about policy import "importable" flag
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Jaeckle <thomas.jaeckle@bosch.io>
  • Loading branch information
thjaeckle committed Sep 13, 2022
1 parent 38c77fd commit e4b905c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ public static final class Policy {
" \"policyId\": \"" + POLICY_ID + "\",\n" +
" \"entries\": {\n" +
" \"maker\": {\n" +
" \"importable\": false,\n" +
" \"subjects\": {\n" +
" \"{{ request:subjectId }}\": {\n" +
" \"type\": \"suite-auth\"\n" +
Expand Down

0 comments on commit e4b905c

Please sign in to comment.