]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
pytest: Fix typo in docstring
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Thu, 6 May 2021 03:40:44 +0000 (15:40 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 11 Jun 2021 07:41:38 +0000 (07:41 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
python/samba/tests/samba_tool/join.py

index 3c3449b8e9ee11e7888aa91b12c11b53885fccfb..0cbd319e0ff7983a29365dc95ec42b05337a9d17 100644 (file)
@@ -21,7 +21,7 @@ from samba.tests.samba_tool.base import SambaToolCmdTest
 
 
 class JoinCmdTestCase(SambaToolCmdTest):
-    """Test for samba-tool fsmo show subcommand"""
+    """Test for samba-tool domain join subcommand"""
 
     def test_rejoin(self):
         """Run domain join to confirm it errors because we are already joined"""