From: Joseph Sutton Date: Tue, 23 May 2023 02:04:19 +0000 (+1200) Subject: tests/auth_log_winbind: Expect an empty remote address X-Git-Tag: talloc-2.4.1~577 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b421d2d5cf6be41cd901cf837de41d2c8f348afe;p=thirdparty%2Fsamba.git tests/auth_log_winbind: Expect an empty remote address Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- diff --git a/python/samba/tests/auth_log_winbind.py b/python/samba/tests/auth_log_winbind.py index 617fec42dbe..555d5348303 100644 --- a/python/samba/tests/auth_log_winbind.py +++ b/python/samba/tests/auth_log_winbind.py @@ -135,6 +135,8 @@ class AuthLogTestsWinbind(AuthLogTestBase, BlackboxTestCase): lp=self.lp) self.create_user_account() + self.remoteAddress = '' + def tearDown(self): super(AuthLogTestsWinbind, self).tearDown() delete_force(self.ldb, self.user_dn)