diff options
Diffstat (limited to 'source4/scripting')
| -rw-r--r-- | source4/scripting/python/samba/tests/__init__.py | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/scripting/python/samba/tests/__init__.py b/source4/scripting/python/samba/tests/__init__.py index 9839811470..e557dd95be 100644 --- a/source4/scripting/python/samba/tests/__init__.py +++ b/source4/scripting/python/samba/tests/__init__.py @@ -69,8 +69,8 @@ class SubstituteVarTestCase(unittest.TestCase):                  samba.substitute_var("foo ${bla} gsff", {"bar": "bla"}))      def test_check_all_substituted(self): -    	check_all_substituted("nothing to see here") -    	self.assertRaises(Exception, 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):  | 
