Skip to content

Commit

Permalink
test(backend): temporary switch URL to be fetched (take 3)
Browse files Browse the repository at this point in the history
  • Loading branch information
KisaragiEffective committed Jul 1, 2024
1 parent c0c056d commit ce219ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/backend/test/e2e/user-notes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ describe('users/notes', () => {
beforeAll(async () => {
alice = await signup({ username: 'alice' });
const jpg = await uploadUrl(alice, 'https://raw.githubusercontent.com/KisaragiEffective/misskey/retire-lenna/packages/backend/test/resources/192.jpg');
const png = await uploadUrl(alice, 'https://raw.githubusercontent.com/misskey-dev/misskey/develop/packages/backend/test/resources/192.png');
const png = await uploadUrl(alice, 'https://raw.githubusercontent.com/KisaragiEffective/misskey/retire-lenna/packages/backend/test/resources/192.png');
jpgNote = await post(alice, {
fileIds: [jpg.id],
});
Expand Down

0 comments on commit ce219ff

Please sign in to comment.