Skip to content

Commit

Permalink
fix: requests logger (#14)
Browse files Browse the repository at this point in the history
* feat: add requests stats

* fix: requests test

* v0.2.3

* chore: update version

* fix: request tests

* fix: request tests
  • Loading branch information
omarciovsena committed Dec 27, 2018
1 parent 5201fe6 commit c670c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/requests.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ test('list all requests', async ({ client }) => {
test('count all requests', async ({ client, assert }) => {
const response = await client.get('api/requests/count/month').end()
response.assertStatus(200)
assert.equal(response.body[0].count, 2)
assert.equal(response.body[0].count, 3)
})

0 comments on commit c670c38

Please sign in to comment.