Skip to content

Commit d94a475

Browse files
woodruffwsigmavirus24
authored andcommitted
fix(tests): update expected error message
Signed-off-by: William Woodruff <[email protected]>
1 parent c1c02d1 commit d94a475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_check.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ def test_fails_rst_syntax_error(tmp_path, capsys, caplog):
119119
logging.ERROR,
120120
"`long_description` has syntax errors in markup "
121121
"and would not be rendered on PyPI.\n"
122-
"line 2: Error: Document or section may not begin with a transition.",
122+
"line 2: Warning: Document or section may not begin with a transition.",
123123
),
124124
]
125125

0 commit comments

Comments
 (0)