Skip to content

Commit

Permalink
comment the test slack hook as it will fail on startup
Browse files Browse the repository at this point in the history
  • Loading branch information
raphi011 committed Nov 19, 2024
1 parent b29a175 commit c0a8c03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hook_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func newHookManager(hookCallback asyncHookCallback, log *slog.Logger) *hookManag

func (s *hookManager) init() error {
// for testing purposes
s.all = append(s.all, hook.NewSlackHook("", "", s.log))
// s.all = append(s.all, hook.NewSlackHook("", "", s.log))

for _, p := range s.all {
if err := p.Init(); err != nil {
Expand Down

0 comments on commit c0a8c03

Please sign in to comment.