mirror of
https://github.com/oceanprotocol/commons.git
synced 2023-03-15 18:03:00 +01:00
fix server test
This commit is contained in:
parent
d364a7beef
commit
667c46303c
@ -8,7 +8,7 @@ afterAll(done => {
|
||||
describe('GET /', () => {
|
||||
it('responds with success', async () => {
|
||||
const response = await request(server).get('/')
|
||||
expect(response.statusCode).toBe(200)
|
||||
expect(response.status).toBe(200)
|
||||
})
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user