Skip to content

Commit

Permalink
Fix rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemassa committed Dec 12, 2023
1 parent f07635a commit 4c7b5bd
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions server/controllers/events/events_controller_e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1344,12 +1344,7 @@ func setupE2E(t *testing.T, repoDir string, opt setupOption) (events_controllers
AllowAllRepoSettings: true,
MergeableReq: false,
ApprovedReq: false,
PreWorkflowHooks: []*valid.WorkflowHook{
{
StepName: "global_hook",
RunCommand: "some dummy command",
},
},
PreWorkflowHooks: preWorkflowHooks,
PostWorkflowHooks: []*valid.WorkflowHook{
{
StepName: "global_hook",
Expand Down

0 comments on commit 4c7b5bd

Please sign in to comment.