kosmos/akkounts-api
kosmos
/
akkounts-api
Archived
8
1
Fork 0
This commit is contained in:
Basti 2019-10-18 15:39:15 +02:00
parent 4518cc84c2
commit 154c778fea
No known key found for this signature in database
GPG Key ID: BE4634D632D39B67
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ describe('POST /accounts/mastodon/btcpay_hook', () => {
})
})
it('returns an error', async () => {
it('returns a 200', async () => {
await supertest
.post('/accounts/mastodon/btcpay_hook?token=supersecure')
.set('Content-Type', 'application/json')