Skip to content
Snippets Groups Projects
Commit d2dc0502 authored by Georges Racinet's avatar Georges Racinet
Browse files

RefService: Gitaly Comparison test for missing repository arg

It passes right away in that case.
parent 9d403f00
No related branches found
No related tags found
1 merge request!141Better error compliance and comparison tests refactor
......@@ -62,6 +62,10 @@
rpc_helper.assert_compare(name=gl_branch)
# invalid case
rpc_helper.assert_compare_errors(name=gl_branch, repository=None,
same_details=False)
@parametrize('branch_style', ['new-style', 'old-style'])
def test_compare_find_local_branches(gitaly_comparison, branch_style):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment