Skip to content

Commit de0b32c

Browse files
authored
tests: fix a typo in mocker autospec
1 parent b8f9547 commit de0b32c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/inspection/test_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ def test_info_setup_complex(demo_setup_complex):
174174
def test_info_setup_complex_pep517_error(mocker, demo_setup_complex):
175175
mocker.patch(
176176
"poetry.utils.env.VirtualEnv.run",
177-
auto_spec=True,
177+
autospec=True,
178178
side_effect=EnvCommandError(CalledProcessError(1, "mock", output="mock")),
179179
)
180180

0 commit comments

Comments
 (0)