Media analytics N+1 query #325
Annotations
2 errors
|
🧪 Test
Process completed with exit code 1.
|
|
error: expect(received).toContain(expected):
app/routes/admin/api/media-analytics-path.test.ts#L361
Expected to contain: "WHERE feed_id IN"
Received: "SELECT token, feed_id, label, created_at, last_used_at, revoked_at FROM directory_feed_tokens WHERE (feed_id, token) IN ((?, ?), (?, ?), (?, ?));"
at <anonymous> (/home/runner/work/mediarss/mediarss/app/routes/admin/api/media-analytics-path.test.ts:361:34)
|