Skip to content

Commit 6c2384e

Browse files
committed
include fq name for temporarily_assign_attr
1 parent 688b55a commit 6c2384e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

irods/test/login_auth_test_must_run_manually.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def new_init(self,*arg,**kw):
110110
self.set_auth_option_for_scheme("pam_password", irods.auth.pam_password.ENSURE_SSL_IS_ACTIVE, not(allow))
111111
# in the scope of this context manager, all new iRODSSession objects will allow plaintext transmission of PAM passwords.
112112
# (for test only!)
113-
with temporarily_assign_attribute(iRODSSession, '__init__', new_init):
113+
with irods.helpers.temporarily_assign_attribute(iRODSSession, '__init__', new_init):
114114
yield
115115

116116
@contextlib.contextmanager

0 commit comments

Comments
 (0)