fix statuses tests

pull/63/head
Sven Sauleau 2023-01-11 08:17:48 +00:00
rodzic 916a63ca44
commit 4e4b6afe0a
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -27,6 +27,7 @@ describe('Mastodon APIs', () => {
const body = { status: 'my status' }
const req = new Request('https://example.com', {
method: 'POST',
headers: { 'content-type': 'application/json' },
body: JSON.stringify(body),
})
@ -45,6 +46,7 @@ describe('Mastodon APIs', () => {
}
const req = new Request('https://example.com', {
method: 'POST',
headers: { 'content-type': 'application/json' },
body: JSON.stringify(body),
})
@ -93,6 +95,7 @@ describe('Mastodon APIs', () => {
}
const req = new Request('https://example.com', {
method: 'POST',
headers: { 'content-type': 'application/json' },
body: JSON.stringify(body),
})
@ -161,6 +164,7 @@ describe('Mastodon APIs', () => {
}
const req = new Request('https://example.com', {
method: 'POST',
headers: { 'content-type': 'application/json' },
body: JSON.stringify(body),
})
@ -191,6 +195,7 @@ describe('Mastodon APIs', () => {
}
const req = new Request('https://example.com', {
method: 'POST',
headers: { 'content-type': 'application/json' },
body: JSON.stringify(body),
})