We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae30c7c commit b4dd69dCopy full SHA for b4dd69d
1 file changed
tests/test_manage_cookie.py
@@ -71,6 +71,7 @@ def mock_pygithub(new_cookie: Path) -> Iterator[MagicMock]:
71
name=PROJECT_NAME,
72
full_name=f"{AUTHOR_NAME}/{PROJECT_NAME}",
73
ssh_url=str(new_cookie),
74
+ html_url=str(new_cookie),
75
get_pulls=MagicMock(
76
return_value=[
77
SimpleNamespace(
0 commit comments