mirror of
https://github.com/samba-team/samba.git
synced 2025-12-16 00:23:52 +03:00
python:tests: Rename test method so as not to mask previously-defined method
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
committed by
Andrew Bartlett
parent
bbd0e35f11
commit
d3bc6faa7a
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user