Skip to content

Commit a78c710

Browse files
committed
one local user explicitly without zone
1 parent 968322e commit a78c710

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

irods/test/access_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ def test_atomic_acls_505(self):
510510
self.coll_path,
511511
a1:=ACLOperation("write", user1.name, user1.zone),
512512
a2:=ACLOperation("read", user2.name, user2.zone),
513-
a3:=ACLOperation("read", user3.name, user3.zone),
513+
a3:=ACLOperation("read", user3.name),
514514
a4:=ACLOperation("read", group.name),
515515
)
516516

0 commit comments

Comments
 (0)