Skip to content

Commit 88689c1

Browse files
committed
hhmpf
1 parent 480ca82 commit 88689c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def test_nonexisting_file(mock_sys):
1111
testargs = ['progname', 'i_dont_exist.yaml']
1212
with mock.patch('sys.argv', testargs):
1313
main()
14-
assert not mock_sys.exit.called
14+
assert mock_sys.exit.called
1515

1616

1717
@mock.patch('openapi_spec_validator.__main__.sys')

0 commit comments

Comments
 (0)