Skip to content

Commit 598660e

Browse files
committed
remove return_value
1 parent a4e6e73 commit 598660e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.generator/test_cli.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,7 @@ def test_handle_build_success(caplog, mocker):
123123
"""
124124
caplog.set_level(logging.INFO)
125125

126-
mocker.patch(
127-
"cli._run_nox_sessions", return_value="mock-result"
128-
)
126+
mocker.patch("cli._run_nox_sessions")
129127
handle_build()
130128

131129
assert "'build' command executed." in caplog.text

0 commit comments

Comments
 (0)