We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e97c1a9 commit bc17fd3Copy full SHA for bc17fd3
1 file changed
irods/test/access_test.py
@@ -514,7 +514,8 @@ def test_atomic_acls_505(self):
514
a4 := ACLOperation("read", group.name),
515
)
516
517
- normalize = lambda access: access.copy(decanonicalize=True, implied_zone=ses.zone)
+ def normalize(access):
518
+ return access.copy(decanonicalize=True, implied_zone=ses.zone)
519
520
accesses = [normalize(acl) for acl in ses.acls.get(self.coll)]
521
0 commit comments