diff options
Diffstat (limited to 'tests/format')
-rw-r--r-- | tests/format/variables.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/format/variables.py b/tests/format/variables.py index 66c56b451..d570bf01d 100644 --- a/tests/format/variables.py +++ b/tests/format/variables.py @@ -72,7 +72,3 @@ def test_missing_variable(cli, datafiles, tmpdir): ]) result.assert_main_error(ErrorDomain.LOAD, LoadErrorReason.UNRESOLVED_VARIABLE) - expected = ("Error loading pipeline: " - "manual.bst [line 5 column 6]: " - "Unresolved variable 'foo'") - assert expected in result.stderr.splitlines() |