diff options
Diffstat (limited to 'tests/frontend/fetch.py')
-rw-r--r-- | tests/frontend/fetch.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/frontend/fetch.py b/tests/frontend/fetch.py index b2c9d64c2..3dfeabe5d 100644 --- a/tests/frontend/fetch.py +++ b/tests/frontend/fetch.py @@ -65,7 +65,7 @@ def test_fetch_consistency_error(cli, datafiles): # When the error occurs outside of the scheduler at load time, # then the SourceError is reported directly as the main error. result = cli.run(project=project, args=["source", "fetch", "error.bst"]) - result.assert_main_error(ErrorDomain.SOURCE, "the-consistency-error") + result.assert_main_error(ErrorDomain.SOURCE, "the-consistency-error", debug=True) @pytest.mark.datafiles(os.path.join(TOP_DIR, "consistencyerror")) |