@@ -353,7 +353,7 @@ func TestGitlabClient_UpdateStatus(t *testing.T) {
353
353
354
354
getCommitResponse := GetCommitResponse {
355
355
LastPipeline : GetCommitResponseLastPipeline {
356
- ID : gitlabPipelineSuccessMrID ,
356
+ ID : gitlabPipelineSuccessMrID ,
357
357
Ref : updateStatusHeadBranch ,
358
358
},
359
359
}
@@ -485,7 +485,7 @@ func TestGitlabClient_UpdateStatusGetCommitRetryable(t *testing.T) {
485
485
} else {
486
486
getCommitResponse := GetCommitResponse {
487
487
LastPipeline : GetCommitResponseLastPipeline {
488
- ID : gitlabPipelineSuccessMrID ,
488
+ ID : gitlabPipelineSuccessMrID ,
489
489
Ref : updateStatusHeadBranch ,
490
490
},
491
491
}
@@ -613,7 +613,7 @@ func TestGitlabClient_UpdateStatusSetCommitStatusConflictRetryable(t *testing.T)
613
613
614
614
getCommitResponse := GetCommitResponse {
615
615
LastPipeline : GetCommitResponseLastPipeline {
616
- ID : gitlabPipelineSuccessMrID ,
616
+ ID : gitlabPipelineSuccessMrID ,
617
617
Ref : updateStatusHeadBranch ,
618
618
},
619
619
}
@@ -726,7 +726,7 @@ func TestGitlabClient_UpdateStatusDifferentRef(t *testing.T) {
726
726
727
727
getCommitResponse := GetCommitResponse {
728
728
LastPipeline : GetCommitResponseLastPipeline {
729
- ID : gitlabPipelineSuccessMrID ,
729
+ ID : gitlabPipelineSuccessMrID ,
730
730
Ref : updateStatusHeadBranchDuplicate ,
731
731
},
732
732
}
0 commit comments