diff options
author | Gary Lockyer <gary@catalyst.net.nz> | 2018-12-19 09:29:23 +1300 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2018-12-21 22:16:09 +0100 |
commit | 27273a55dd0634db9324c74a73b80a1989a64372 (patch) | |
tree | 5e6627aa194762d2f188400d6eb4951127e3cc18 | |
parent | 87a8325a0d511ec2177ef501828b50deb0ce50b9 (diff) | |
download | samba-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.py | 2 |
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"] |