Commit c41be21a authored by lauraMon's avatar lauraMon

Adds a changelog

parent 446476fa
---
title: Add commmit_pipeline_path to CreateCommit mutation
merge_request: 58931
author:
type: added
......@@ -237,7 +237,7 @@ FactoryBot.define do
trait :merged_result_pipeline do
detached_merge_request_pipeline
sha { 'testMergeShaWithFortyCharacters123456' }
sha { 'mergeSha' }
ref { merge_request.merge_ref_path }
source_sha { merge_request.source_branch_sha }
target_sha { merge_request.target_branch_sha }
......
......@@ -279,7 +279,7 @@ FactoryBot.define do
trait :with_merge_request_pipeline do
transient do
merge_sha { 'testmergeshawithfortycharacters123456' }
merge_sha { 'mergesha' }
source_sha { source_branch_sha }
target_sha { target_branch_sha }
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment