Skip to content

Commit afbc806

Browse files
committed
Test fixes
1 parent 21a7605 commit afbc806

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/integration/test_pass_failed_skipped.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
'expected_item_status'), [
2424
('examples/test_simple.py', 0, 'PASSED'),
2525
('examples/test_simple_fail.py', 1, 'FAILED'),
26-
('examples/skip/test_simple_skip.py', 0, 'SKIPPED')
26+
('examples/skip/test_simple_skip.py', 0,
27+
'SKIPPED')
2728
])
2829
@mock.patch(REPORT_PORTAL_SERVICE)
2930
def test_simple_tests(mock_client_init, test, expected_run_status,

0 commit comments

Comments
 (0)