Skip to content

Commit

Permalink
test: fix branch for custom target deployment test
Browse files Browse the repository at this point in the history
  • Loading branch information
kimdre committed Sep 30, 2024
1 parent b87f981 commit a37ac02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/doco-cd/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func TestHandleEvent(t *testing.T) {
{
name: "Successful Deployment with custom Target",
payload: webhook.ParsedPayload{
Ref: "refs/heads/feat/128-one-repo-to-many-servers",
Ref: "refs/heads/main",
CommitSHA: "f291bfca73b06814293c1f9c9f3c7f95e4932564",
Name: projectName,
FullName: "kimdre/doco-cd",
Expand Down

0 comments on commit a37ac02

Please sign in to comment.