We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2266975 commit 0ff4492Copy full SHA for 0ff4492
tests/conftest.py
@@ -95,7 +95,7 @@ def config(
95
c.set_config_source(config_source)
96
c.set_auth_config_source(auth_config_source)
97
98
- mocker.patch("poetry.factory.Factory.create_config", return_value=c)
+ mocker.patch("poetry.config.config.Config.create", return_value=c)
99
mocker.patch("poetry.config.config.Config.set_config_source")
100
101
return c
0 commit comments