Skip to content

Commit

Permalink
test case fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sayakghosh committed May 15, 2019
1 parent 5efd672 commit 0f37d31
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import (
"fmt"
"github.com/sensu/sensu-go/types"
"github.com/sensu/sensu-plugins-go-library/sensu"
"os"
"strings"

"github.com/bluele/slack"
Expand All @@ -26,7 +25,6 @@ type HandlerConfig struct {
}

var (
stdin *os.File
config = HandlerConfig{
PluginConfig: sensu.PluginConfig{
Name: "sensu-slack-handler",
Expand Down

0 comments on commit 0f37d31

Please sign in to comment.