We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c1728b commit cc425f7Copy full SHA for cc425f7
tests/test_data.py
@@ -295,9 +295,7 @@ def test_data_parse_config_xml_multi_error(self):
295
296
first = cm.exception.errors[0]
297
self.assertEqual(first.msg, 'Invalid boolean value "abcd".')
298
- self.assertEqual(
299
- first.data_path, "/yolo-system:url[proto='https']/enabled"
300
- )
+ self.assertEqual(first.data_path, "/yolo-system:url[proto='https']/enabled")
301
self.assertEqual(first.line, 6)
302
303
second = cm.exception.errors[1]
0 commit comments