Skip to content

Commit

Permalink
Change sonar url
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriela Guedes <[email protected]>
  • Loading branch information
gabibguedes committed Apr 30, 2021
1 parent 0643f54 commit ec47f06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion scripts/consts.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion tests/api.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ describe('Sample Test', () => {
userID: '6089c3538dfebe00555bc17e'
}
const res = await request(app).post('/demand/create').set('x-access-token', token).send(demand);
console.log(res.body)
demand_id = res.body._id;
})

Expand Down

0 comments on commit ec47f06

Please sign in to comment.