Skip to content

Commit

Permalink
test: Repository without Deployment Configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
kimdre committed Aug 6, 2024
1 parent 0886ae0 commit aedd023
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 @@ -86,7 +86,7 @@ func TestHandleEvent(t *testing.T) {
},
},
{
name: "Repository without Deployment Configuration",
name: "Missing Deployment Configuration",
payload: webhook.ParsedPayload{
Ref: "refs/heads/main",
CommitSHA: "efefb4111f3c363692a2526f9be9b24560e6511f",
Expand Down

0 comments on commit aedd023

Please sign in to comment.