From: Rob van der Linde Date: Thu, 28 Mar 2024 02:58:34 +0000 (+1300) Subject: python: tests: fix closing quote in docstring example X-Git-Tag: tdb-1.4.11~1272 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e388bf4b4a2012bd1fdde7e63b957b32c1a69c75;p=thirdparty%2Fsamba.git python: tests: fix closing quote in docstring example Signed-off-by: Rob van der Linde Reviewed-by: Douglas Bagnall Reviewed-by: Andrew Bartlett --- diff --git a/python/samba/tests/token_factory.py b/python/samba/tests/token_factory.py index 22f87f0f489..9049070cf9b 100644 --- a/python/samba/tests/token_factory.py +++ b/python/samba/tests/token_factory.py @@ -216,7 +216,7 @@ def token(sids=None, **kwargs): To add claims and device SIDs you do something like this: - >>> t = token(["AA", WD"], + >>> t = token(["AA", "WD"], device_sids=["WD"], user_claims={"Title": ["PM"], "ClearanceLevel": [1]}