tests/auth_log: Rename ‘self’ parameter to ‘cls’
commit40425672fe992fe52b2529a5a80b3fe1db0bfbc0
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Tue, 23 May 2023 22:13:07 +0000 (24 10:13 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 29 May 2023 22:32:28 +0000 (29 22:32 +0000)
tree889ef580082949b7ccc5b3f8dffae892a4edab95
parent1923abe7e4c151300aee78fcbe9cf30c61865ec5
tests/auth_log: Rename ‘self’ parameter to ‘cls’

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

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