mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-19 22:05:58 +00:00
build_manifest.py: add a failure test case for branches
This commit is contained in:
parent
ea5459e127
commit
17195ea3aa
1 changed files with 3 additions and 0 deletions
|
@ -75,6 +75,9 @@ def test_get_project_branch():
|
|||
assert fourteen is not None
|
||||
assert fourteen['name'] == '1.14'
|
||||
|
||||
failure = get_project_branch(id, 'why-would-anyone-chose-this-branch-name')
|
||||
assert failure is None
|
||||
|
||||
|
||||
# Documentation: https://docs.gitlab.com/ce/api/projects.html#list-user-projects
|
||||
def search_user_namespace(user: str, project: str) -> Dict[str, str]:
|
||||
|
|
Loading…
Reference in a new issue