Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
penginn-net committed Sep 24, 2024
1 parent 73b5946 commit 590a1c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/backend/test/e2e/search-notes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ describe('検索', () => {
aliceMuting = await signup({ username: 'aliceMuting' });
await api('blocking/create', { userId: alice.id }, aliceBlocking);
await api('mute/create', { userId: aliceMuting.id }, alice);
mutingNote = await post(aliceBlocking, { text: 'muting' });
blockingNote = await post(blockingNote, { text: 'blocking' });
blockingNote = await post(aliceBlocking, { text: 'blocking' });
mutingNote = await post(aliceMuting, { text: 'muting' });
const sensitive1 = await uploadUrl(bob, 'https://raw.githubusercontent.com/yojo-art/cherrypick/develop/packages/backend/test/resources/192.jpg');
const sensitive2 = await uploadUrl(bob, 'https://raw.githubusercontent.com/yojo-art/cherrypick/develop/packages/backend/test/resources/192.png');
const notSensitive = await uploadUrl(bob, 'https://raw.githubusercontent.com/yojo-art/cherrypick/develop/packages/backend/test/resources/rotate.jpg');
Expand Down

0 comments on commit 590a1c3

Please sign in to comment.