Skip to content

Commit 8589ec1

Browse files
committed
chore(tests): Annotation for capsys
1 parent 0430559 commit 8589ec1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def test_raise_BeforeLoadScriptError_if_retcode():
2525
run_before_script(script_file)
2626

2727

28-
def test_return_stdout_if_ok(capsys):
28+
def test_return_stdout_if_ok(capsys: pytest.CaptureFixture[str]):
2929
script_file = FIXTURE_PATH / "script_complete.sh"
3030

3131
run_before_script(script_file)

0 commit comments

Comments
 (0)