Skip to content

Commit

Permalink
Update server_test.go to use lower case source
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry Megarry authored Apr 14, 2017
1 parent cebd9cf commit fd7ef9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7394,7 +7394,7 @@ func TestServer_AlertHandlers(t *testing.T) {
handler: client.TopicHandler{
Kind: "sensu",
Options: map[string]interface{}{
"Source": "Kapacitor",
"source": "Kapacitor",
},
},
setup: func(c *server.Config, ha *client.TopicHandler) (context.Context, error) {
Expand Down

0 comments on commit fd7ef9e

Please sign in to comment.