[Fix]: Broken links from cloud resolver (#8923)

Co-authored-by: openhands <openhands@all-hands.dev>
This commit is contained in:
Rohit Malhotra
2025-06-05 21:46:04 -04:00
committed by GitHub
parent 0813c113f0
commit aa54a25241
10 changed files with 135 additions and 26 deletions

View File

@@ -500,12 +500,8 @@ class GitLabService(BaseGitService, GitService):
url=url, params=payload, method=RequestMethod.POST
)
# Return the web URL of the created MR
if 'web_url' in response:
return response['web_url']
else:
return f'MR created but URL not found in response: {response}'
return response['web_url']