aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api/v1/repo/hook_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'routers/api/v1/repo/hook_test.go')
-rw-r--r--routers/api/v1/repo/hook_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/routers/api/v1/repo/hook_test.go b/routers/api/v1/repo/hook_test.go
index 07f1532f82..fd9a165bf3 100644
--- a/routers/api/v1/repo/hook_test.go
+++ b/routers/api/v1/repo/hook_test.go
@@ -28,7 +28,6 @@ func TestTestHook(t *testing.T) {
assert.EqualValues(t, http.StatusNoContent, ctx.Resp.Status())
unittest.AssertExistsAndLoadBean(t, &webhook.HookTask{
- RepoID: 1,
HookID: 1,
}, unittest.Cond("is_delivered=?", false))
}