Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
kozakura913 committed Jan 11, 2025
1 parent e9465d3 commit bcde09b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ describe('quarantine instance', () => {
let alicePublicNote: Misskey.entities.Note, alicePublicRenote: Misskey.entities.Note;
const expected :{text:string|null, createdAt:string}[] = [];
beforeAll(async () => {
//await aAdmin.client.request('admin/federation/update-instance', { host: 'a.test', isQuarantineLimit: true });
await aAdmin.client.request('admin/federation/update-instance', { host: 'a.test', isQuarantineLimit: true });
alicePublicNote = (await alice.client.request('notes/create', { text: 'I am Alice!' })).createdNote;
alicePublicRenote = (await alice.client.request('notes/create', { renoteId: alicePublicNote.id })).createdNote;
expected.push({
Expand Down

0 comments on commit bcde09b

Please sign in to comment.