mirror of
https://github.com/samba-team/samba.git
synced 2025-12-21 20:23:50 +03:00
expand tabs in python file, consistent with the rest of the file.
This commit is contained in:
@@ -70,8 +70,8 @@ class SubstituteVarTestCase(unittest.TestCase):
|
||||
samba.substitute_var("foo ${bla} gsff", {"bar": "bla"}))
|
||||
|
||||
def test_check_all_substituted(self):
|
||||
samba.check_all_substituted("nothing to see here")
|
||||
self.assertRaises(Exception, samba.check_all_substituted, "Not subsituted: ${FOOBAR}")
|
||||
samba.check_all_substituted("nothing to see here")
|
||||
self.assertRaises(Exception, samba.check_all_substituted, "Not subsituted: ${FOOBAR}")
|
||||
|
||||
|
||||
class LdbExtensionTests(TestCaseInTempDir):
|
||||
|
||||
Reference in New Issue
Block a user