From 4b6f65a4a259bd3dd6a9439582e71c20b2eb2a17 Mon Sep 17 00:00:00 2001 From: Jo Sutton Date: Tue, 9 Apr 2024 14:15:51 +1200 Subject: [PATCH] python:tests: Fix typo Signed-off-by: Jo Sutton Reviewed-by: Andrew Bartlett --- python/samba/tests/samba_tool/service_account.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/samba/tests/samba_tool/service_account.py b/python/samba/tests/samba_tool/service_account.py index b2ba83d521e..e16264fa4ab 100644 --- a/python/samba/tests/samba_tool/service_account.py +++ b/python/samba/tests/samba_tool/service_account.py @@ -77,7 +77,7 @@ class ServiceAccountTests(SambaToolCmdTest): managed_password_interval=None): """Create a service account using samba-tool. - Adds a class cleanup to automatically delete the gmsa and the end + Adds a class cleanup to automatically delete the gmsa at the end of the test case. """ # required arguments -- 2.11.4.GIT