lint: space check for dict-separator

This commit is contained in:
Jakub Warmuz
2015-09-06 08:30:49 +00:00
parent c3941b1a8d
commit 138f1d1b28
6 changed files with 18 additions and 18 deletions
@@ -143,7 +143,7 @@ class BasicParserTest(util.ParserTest):
'Group: name="www-data" id=33 not_used\n'
)
expected_vars = {"TEST": "", "U_MICH": "", "TLS": "443",
"example_path":"Documents/path"}
"example_path": "Documents/path"}
self.parser.update_runtime_variables("ctl")
self.assertEqual(self.parser.variables, expected_vars)