Skip to content

Commit cc425f7

Browse files
committed
tests: fix failing lint
Signed-off-by: Antonio Prcela <antonio.prcela@gmail.com>
1 parent 1c1728b commit cc425f7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/test_data.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -295,9 +295,7 @@ def test_data_parse_config_xml_multi_error(self):
295295

296296
first = cm.exception.errors[0]
297297
self.assertEqual(first.msg, 'Invalid boolean value "abcd".')
298-
self.assertEqual(
299-
first.data_path, "/yolo-system:url[proto='https']/enabled"
300-
)
298+
self.assertEqual(first.data_path, "/yolo-system:url[proto='https']/enabled")
301299
self.assertEqual(first.line, 6)
302300

303301
second = cm.exception.errors[1]

0 commit comments

Comments
 (0)