Skip to content

Commit 743ff3c

Browse files
committed
Merge branch requests/github/138 into devel
fixes #138
2 parents 32a9db6 + cfe9a2e commit 743ff3c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

git_repo/services/ext/gitlab.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ def request_fetch(self, user, repo, request, pull=False, force=False):
312312
local_branch_name = 'requests/gitlab/{}'.format(request)
313313
self.fetch(
314314
remote,
315-
'merge_requests/{}/head'.format(request),
315+
'merge-requests/{}/head'.format(request),
316316
local_branch_name,
317317
force
318318
)

tests/integration/test_gitlab.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ def test_19_request_fetch(self):
241241
self.action_request_fetch(namespace='guyzmo',
242242
repository='git-repo',
243243
request='4',
244-
remote_branch='merge_requests',
244+
remote_branch='merge-requests',
245245
local_branch='requests/gitlab')
246246

247247
def test_19_request_fetch__bad_request(self):

0 commit comments

Comments
 (0)