We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b30ad6 commit 4617dfaCopy full SHA for 4617dfa
readthedocs/projects/tests/mockers.py
@@ -142,6 +142,10 @@ def _mock_git_repository(self):
142
"three",
143
],
144
)
145
+ self.patches["git.Backend.has_ssh_key_with_write_access"] = mock.patch(
146
+ "readthedocs.vcs_support.backends.git.Backend.has_ssh_key_with_write_access",
147
+ return_value=False,
148
+ )
149
150
def _mock_environment(self):
151
# NOTE: by mocking `.run` we are not calling `.run_command_class`,
0 commit comments