Skip to content

Commit b4dd69d

Browse files
committed
Add html_url to mock repo response in manage unit tests
1 parent ae30c7c commit b4dd69d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/test_manage_cookie.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ def mock_pygithub(new_cookie: Path) -> Iterator[MagicMock]:
7171
name=PROJECT_NAME,
7272
full_name=f"{AUTHOR_NAME}/{PROJECT_NAME}",
7373
ssh_url=str(new_cookie),
74+
html_url=str(new_cookie),
7475
get_pulls=MagicMock(
7576
return_value=[
7677
SimpleNamespace(

0 commit comments

Comments
 (0)