Skip to content

Commit

Permalink
tests: updated test
Browse files Browse the repository at this point in the history
  • Loading branch information
doctrino committed Dec 11, 2024
1 parent 954135b commit 2f085bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/tests_unit/test_data_classes/test_capabilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ def all_acls():
},
{"datasetsAcl": {"actions": ["READ", "WRITE", "OWNER"], "scope": {"all": {}}}},
{"datasetsAcl": {"actions": ["READ", "WRITE", "OWNER"], "scope": {"idScope": {"ids": ["2918026428"]}}}},
{"diagramParsingAcl": {"actions": ["READ", "WRITE"], "scope": {"all": {}}}},
{"digitalTwinAcl": {"actions": ["READ", "WRITE"], "scope": {"all": {}}}},
{"documentFeedbackAcl": {"actions": ["CREATE", "READ", "DELETE"], "scope": {"all": {}}}},
{"documentPipelinesAcl": {"actions": ["READ", "WRITE"], "scope": {"all": {}}}},
Expand Down

0 comments on commit 2f085bb

Please sign in to comment.