summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary Lockyer <gary@catalyst.net.nz>2018-12-19 09:29:23 +1300
committerAndrew Bartlett <abartlet@samba.org>2018-12-21 22:16:09 +0100
commit27273a55dd0634db9324c74a73b80a1989a64372 (patch)
tree5e6627aa194762d2f188400d6eb4951127e3cc18
parent87a8325a0d511ec2177ef501828b50deb0ce50b9 (diff)
downloadsamba-27273a55dd0634db9324c74a73b80a1989a64372.tar.gz
tests group_audit: PEP8 cleanup.
Remove Flake8 warnings from the group audit JSON log tests. Signed-off-by: Gary Lockyer <gary@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
-rw-r--r--python/samba/tests/group_audit.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/samba/tests/group_audit.py b/python/samba/tests/group_audit.py
index 9fe69bd1fc0..b8c90a325d5 100644
--- a/python/samba/tests/group_audit.py
+++ b/python/samba/tests/group_audit.py
@@ -47,7 +47,7 @@ class GroupAuditTests(AuditLogTestBase):
def setUp(self):
self.message_type = MSG_GROUP_LOG
- self.event_type = DSDB_GROUP_EVENT_NAME
+ self.event_type = DSDB_GROUP_EVENT_NAME
super(GroupAuditTests, self).setUp()
self.remoteAddress = os.environ["CLIENT_IP"]