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
@@ -22,7 +22,7 @@ import os
|
||||
class LdapWhoami(tests.TestCase):
|
||||
def test_ldap_whoami(self):
|
||||
lp = s3param.get_context()
|
||||
lp.load(os.getenv("SERVERCONFFILE"));
|
||||
lp.load(os.getenv("SERVERCONFFILE"))
|
||||
|
||||
domain=os.getenv("DOMAIN")
|
||||
username=os.getenv("DC_USERNAME")
|
||||
|
||||
Reference in New Issue
Block a user