Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
brycekahle committed Jun 6, 2018
1 parent de26496 commit 0f19e02
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api/hook_test.go
Expand Up @@ -46,7 +46,8 @@ func TestSignupHookSendInstanceID(t *testing.T) {

config := &conf.Configuration{
Webhook: conf.WebhookConfig{
URL: svr.URL,
URL: svr.URL,
Events: []string{SignupEvent},
},
}

Expand Down

0 comments on commit 0f19e02

Please sign in to comment.