mirror of
https://github.com/simon987/task_tracker.git
synced 2025-12-13 14:59:03 +00:00
added optional task unique field
This commit is contained in:
@@ -13,7 +13,7 @@ import (
|
||||
|
||||
func TestWebHookNoSignature(t *testing.T) {
|
||||
|
||||
r := Post("/git/receivehook", api.GitPayload{})
|
||||
r := Post("/git/receivehook", api.GitPayload{}, nil)
|
||||
|
||||
if r.StatusCode != 403 {
|
||||
t.Error()
|
||||
|
||||
Reference in New Issue
Block a user