We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4dd69d commit c3a564fCopy full SHA for c3a564f
1 file changed
tests/test_manage_cookie.py
@@ -79,6 +79,7 @@ def mock_pygithub(new_cookie: Path) -> Iterator[MagicMock]:
79
)
80
],
81
),
82
+ get_branch=lambda name: SimpleNamespace(name=name),
83
get_latest_release=lambda: SimpleNamespace(title="v1.1.38"),
84
85
yield obj
0 commit comments