tests pass for POST /v1/feeds
This commit is contained in:
@@ -25,6 +25,7 @@ func TestFeeds(t *testing.T) {
|
||||
"webhookURL": "wurl",
|
||||
"webhookBody": "wbody"
|
||||
}`))
|
||||
r = r.WithContext(ctx)
|
||||
h.ServeHTTP(w, r)
|
||||
if w.Code != http.StatusOK {
|
||||
t.Errorf("(%d) %s", w.Code, w.Body.Bytes())
|
||||
|
||||
Reference in New Issue
Block a user