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 a1eeb9c commit b23a7fcCopy full SHA for b23a7fc
tests/conftest.py
@@ -66,7 +66,7 @@ def fixture_mock_repo_info_error(mocker: typing.Any) -> typing.Any:
66
67
@pytest.fixture(name="mock_repo_info_bad_url")
68
def fixture_mock_repo_info_bad_url(mocker: typing.Any) -> typing.Any:
69
- """Patch the subprocess call to git remote get-url wuth a bad URL."""
+ """Patch the subprocess call to git remote get-url with a bad URL."""
70
71
return mocker.patch(
72
"labels.utils.subprocess.run",
0 commit comments