Skip to content
Snippets Groups Projects
Verified Commit b983d505 authored by Erwan Rouchet's avatar Erwan Rouchet
Browse files

Fix unit test

parent c3a48bb1
No related branches found
No related tags found
1 merge request!98Bump Python requirement python-gitlab to 2.7.1
Pipeline #78588 passed
......@@ -435,7 +435,7 @@ def test_create_merge_request__no_retry_5xx_error(
def test_create_merge_request__retry_5xx_error(
fake_responses, fake_gitlab_helper_factory
):
request_url = f"https://gitlab.com/api/v4/projects/{PROJECT_ID}/merge_requests?retry_transient_errors=True"
request_url = f"https://gitlab.com/api/v4/projects/{PROJECT_ID}/merge_requests"
fake_responses.add(
fake_responses.POST,
......
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