Skip to content

Commit c511b3f

Browse files
authored
2 parents 992c38f + 666bee0 commit c511b3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_builds.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ def test_type_unknown(mkdocs_file, error, tmp_path):
538538
result = build_docs_setup(testproject_path)
539539
assert result.exit_code == 1
540540

541-
assert error in result.stdout or error in str(result.exc_info[0])
541+
assert error in result.output or error in str(result.exc_info[0])
542542

543543

544544
def test_exclude_pages(tmp_path):

0 commit comments

Comments
 (0)