mirror of
https://github.com/adnanh/webhook.git
synced 2025-10-05 06:01:03 +00:00
Merge afd20c569e
into 2da9957e86
This commit is contained in:
commit
dfef35b28b
3 changed files with 44 additions and 9 deletions
|
@ -58,7 +58,7 @@ func TestStaticParams(t *testing.T) {
|
|||
ID: "test",
|
||||
Headers: spHeaders,
|
||||
}
|
||||
_, err = handleHook(spHook, r)
|
||||
_, err = handleHook(spHook, r, nil)
|
||||
if err != nil {
|
||||
t.Fatalf("Unexpected error: %v\n", err)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue