tests/krb5: Rename method parameter
commitb047ed0c87d517e2d5b600e5d1358d21c8b12439
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Tue, 28 Sep 2021 22:16:24 +0000 (29 11:16 +1300)
committerStefan Metzmacher <metze@samba.org>
Wed, 27 Oct 2021 22:37:09 +0000 (27 22:37 +0000)
tree36ed689c49a532e2d335ed503b7605efaae4f1ca
parentab9034dd8246b43290914014a261ea7625260ca2
tests/krb5: Rename method parameter

For class methods, the name given to the first parameter is generally 'cls'
rather than 'self'.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=14642
BUG: https://bugzilla.samba.org/show_bug.cgi?id=14881

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
(cherry picked from commit d501ddca3b7b9c39c0b3eccf19176e3122cf5b9d)
python/samba/tests/krb5/raw_testcase.py