tests/auth_log: Rename ‘self’ parameter to ‘cls’
commit59378dddbfa6bbe29f2d1cbff08ddbeb8ce58138
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Tue, 23 May 2023 02:57:47 +0000 (23 14:57 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 24 May 2023 00:50:31 +0000 (24 00:50 +0000)
treea4f69da011def3a4ae6a87618ffc5289e15202eb
parentea7b82ad93d370d043af6af337e3c3988eb12cdf
tests/auth_log: Rename ‘self’ parameter to ‘cls’

This method operates on the class, not on an instance of the class.

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
python/samba/tests/auth_log_base.py