We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 480ca82 commit 88689c1Copy full SHA for 88689c1
tests/integration/test_main.py
@@ -11,7 +11,7 @@ def test_nonexisting_file(mock_sys):
11
testargs = ['progname', 'i_dont_exist.yaml']
12
with mock.patch('sys.argv', testargs):
13
main()
14
- assert not mock_sys.exit.called
+ assert mock_sys.exit.called
15
16
17
@mock.patch('openapi_spec_validator.__main__.sys')
0 commit comments