Skip to content

Commit 21a7605

Browse files
committed
Test fixes
1 parent 87847ff commit 21a7605

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_pass_failed_skipped.py

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

0 commit comments

Comments
 (0)