mirror of
https://github.com/djdevin/recflare.git
synced 2026-09-09 15:11:29 -07:00
revert back to success/error envelope
This commit is contained in:
@@ -235,7 +235,7 @@ describe('public endpoints', () => {
|
||||
}),
|
||||
})
|
||||
expect(res.status).toBe(200)
|
||||
expect(await res.json()).toEqual([])
|
||||
expect(await res.json()).toEqual({ success: true, error: '' })
|
||||
})
|
||||
|
||||
test('POST /api/playerReputation/v2/bulk returns a reputation per id', async () => {
|
||||
|
||||
Reference in New Issue
Block a user