]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
python:tests: Rename test method so as not to mask previously-defined method
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Mon, 28 Aug 2023 01:40:03 +0000 (13:40 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 30 Aug 2023 02:15:29 +0000 (02:15 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
python/samba/tests/smbconf.py

index 1f432a346088920fcb6c29436b763ba93390de10..923b33544bff1239e485608002ae42afb025596f 100644 (file)
@@ -140,7 +140,7 @@ class SMBConfTests(samba.tests.TestCase):
             self.smbconf.SMBConfError, sconf.create_share, "alice"
         )
 
-    def test_create_share(self):
+    def test_drop_share(self):
         sconf = self.s3smbconf.init_reg(None)
         sconf.drop()
         sconf.create_share("alice")