We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d66c24 commit 4ef2687Copy full SHA for 4ef2687
1 file changed
irods/test/access_test.py
@@ -508,10 +508,10 @@ def test_atomic_acls_505(self):
508
group = ses.groups.create("test_group_505")
509
ses.acls.apply_atomic_operations(
510
self.coll_path,
511
- a1 := ACLOperation("write", user1.name, user1.zone),
512
- a2 := ACLOperation("read", user2.name, user2.zone),
513
- a3 := ACLOperation("read", user3.name, user3.zone),
514
- a4 := ACLOperation("read", group.name),
+ a1:=ACLOperation("write", user1.name, user1.zone),
+ a2:=ACLOperation("read", user2.name, user2.zone),
+ a3:=ACLOperation("read", user3.name),
+ a4:=ACLOperation("read", group.name),
515
)
516
517
normalize = lambda access: access.copy(decanonicalize=True, implied_zone=ses.zone)
0 commit comments