mirror of
https://github.com/samba-team/samba.git
synced 2025-12-18 08:23:51 +03:00
python:tests: Remove semicolons
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
7efe6b0ab4
commit
af61444d7a
@@ -95,7 +95,7 @@ class Smb2SymlinkTests(samba.tests.libsmb.LibsmbTests):
|
||||
target="foo"
|
||||
suffix="bar"
|
||||
|
||||
self.create_symlink(smb1, target, symlink);
|
||||
self.create_symlink(smb1, target, symlink)
|
||||
|
||||
with self.assertRaises(NTSTATUSError) as e:
|
||||
fd = smb2.create_ex(f'{symlink}\\{suffix}')
|
||||
@@ -115,7 +115,7 @@ class Smb2SymlinkTests(samba.tests.libsmb.LibsmbTests):
|
||||
symlink="syml"
|
||||
target="foo"
|
||||
|
||||
self.create_symlink(smb1, target, symlink);
|
||||
self.create_symlink(smb1, target, symlink)
|
||||
|
||||
with self.assertRaises(NTSTATUSError) as e:
|
||||
fd = smb2.create_ex(f'{symlink}')
|
||||
|
||||
Reference in New Issue
Block a user