Skip to content

Commit fcdf8f2

Browse files
committed
fix ci pipelines
1 parent 384d884 commit fcdf8f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/modules/creators/creator-feed-empty-filters.integration.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ describe('GET /api/v1/creators — empty feed with filter combinations', () => {
359359
// ── Response Envelope Stability ─────────────────────────────────────────────
360360

361361
it('maintains consistent envelope shape across different filter combinations', async () => {
362-
const testCases = [
362+
const testCases: Array<Record<string, string>> = [
363363
{},
364364
{ verified: 'true' },
365365
{ search: 'test' },

0 commit comments

Comments
 (0)