mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
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>
This commit is contained in:
parent
87a8325a0d
commit
27273a55dd
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user