mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
python/samba/tests: Fix incorrect super-class in cred_opt.py setUp()
This will allow TEST_DEBUG_LEVEL to work in this test. Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Thu Nov 30 02:03:05 UTC 2023 on atb-devel-224
This commit is contained in:
parent
0f2ff51a4b
commit
af53df6cd6
@ -46,7 +46,7 @@ def auth_fle_opt(auth_file_path, long_opt=True):
|
||||
class CredentialsOptionsTests(samba.tests.TestCase):
|
||||
|
||||
def setUp(self):
|
||||
super(samba.tests.TestCase, self).setUp()
|
||||
super().setUp()
|
||||
self.old_proctitle = setproctitle.getproctitle()
|
||||
|
||||
# We must append two options to get the " " we look for in the
|
||||
|
Loading…
Reference in New Issue
Block a user