Skip to content

Commit

Permalink
gofmt
Browse files Browse the repository at this point in the history
Signed-off-by: Ricky Hariady <ricky.hariady@tech.jago.com>
  • Loading branch information
rhariady committed Jan 21, 2025
1 parent 807c10f commit fd84a2b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions server/events/vcs/gitlab_client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ func TestGitlabClient_UpdateStatus(t *testing.T) {

getCommitResponse := GetCommitResponse{
LastPipeline: GetCommitResponseLastPipeline{
ID: gitlabPipelineSuccessMrID,
ID: gitlabPipelineSuccessMrID,
Ref: updateStatusHeadBranch,
},
}
Expand Down Expand Up @@ -485,7 +485,7 @@ func TestGitlabClient_UpdateStatusGetCommitRetryable(t *testing.T) {
} else {
getCommitResponse := GetCommitResponse{
LastPipeline: GetCommitResponseLastPipeline{
ID: gitlabPipelineSuccessMrID,
ID: gitlabPipelineSuccessMrID,
Ref: updateStatusHeadBranch,
},
}
Expand Down Expand Up @@ -613,7 +613,7 @@ func TestGitlabClient_UpdateStatusSetCommitStatusConflictRetryable(t *testing.T)

getCommitResponse := GetCommitResponse{
LastPipeline: GetCommitResponseLastPipeline{
ID: gitlabPipelineSuccessMrID,
ID: gitlabPipelineSuccessMrID,
Ref: updateStatusHeadBranch,
},
}
Expand Down Expand Up @@ -726,7 +726,7 @@ func TestGitlabClient_UpdateStatusDifferentRef(t *testing.T) {

getCommitResponse := GetCommitResponse{
LastPipeline: GetCommitResponseLastPipeline{
ID: gitlabPipelineSuccessMrID,
ID: gitlabPipelineSuccessMrID,
Ref: updateStatusHeadBranchDuplicate,
},
}
Expand Down

0 comments on commit fd84a2b

Please sign in to comment.