diff --git a/test/units/TestUtils.py b/test/units/TestUtils.py index 3be2668fa9..b16584199f 100644 --- a/test/units/TestUtils.py +++ b/test/units/TestUtils.py @@ -687,8 +687,8 @@ class TestUtils(unittest.TestCase): ) # invalid quote detection - self.assertRaises(Exception, split_args, 'hey I started a quote"') - self.assertRaises(Exception, split_args, 'hey I started a\' quote') + self.assertRaises(Exception, split_args, 'hey I started a quote"') + self.assertRaises(Exception, split_args, 'hey I started a\' quote') # jinja2 loop blocks with lots of complexity _test_combo(