]> git.ipfire.org Git - thirdparty/samba.git/commit
tests/auth_log: Rename ‘self’ parameter to ‘cls’
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Tue, 23 May 2023 04:45:28 +0000 (16:45 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 29 May 2023 22:32:28 +0000 (22:32 +0000)
commit1923abe7e4c151300aee78fcbe9cf30c61865ec5
treeeef184e5eb7fb86449fa600fabb2cd37083d03dd
parent1c17d56cc53cc5b4eaeff87ccbea68fb07b7caf1
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