From: Andrew Bartlett Date: Thu, 30 Nov 2023 00:31:33 +0000 (+1300) Subject: python/samba/tests: Fix incorrect super-class in cred_opt.py setUp() X-Git-Tag: talloc-2.4.2~435 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=af53df6cd6e21f7394bb4b638e398588c8495127;p=thirdparty%2Fsamba.git 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 Reviewed-by: Douglas Bagnall Autobuild-User(master): Andrew Bartlett Autobuild-Date(master): Thu Nov 30 02:03:05 UTC 2023 on atb-devel-224 --- diff --git a/python/samba/tests/cred_opt.py b/python/samba/tests/cred_opt.py index 0e28b67d196..0adb9158610 100644 --- a/python/samba/tests/cred_opt.py +++ b/python/samba/tests/cred_opt.py @@ -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