Skip to content

Commit 4ef2687

Browse files
committed
one local user explicitly without zone
1 parent 3d66c24 commit 4ef2687

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

irods/test/access_test.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -508,10 +508,10 @@ def test_atomic_acls_505(self):
508508
group = ses.groups.create("test_group_505")
509509
ses.acls.apply_atomic_operations(
510510
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),
511+
a1:=ACLOperation("write", user1.name, user1.zone),
512+
a2:=ACLOperation("read", user2.name, user2.zone),
513+
a3:=ACLOperation("read", user3.name),
514+
a4:=ACLOperation("read", group.name),
515515
)
516516

517517
normalize = lambda access: access.copy(decanonicalize=True, implied_zone=ses.zone)

0 commit comments

Comments
 (0)