tests pass for POST /v1/feeds

This commit is contained in:
Bel LaPointe
2025-04-28 22:08:32 -06:00
parent e2eb0afe06
commit e4e5529887
2 changed files with 18 additions and 1 deletions

View File

@@ -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())