Skip to content

Commit

Permalink
chore(test): fix non-existant test
Browse files Browse the repository at this point in the history
  • Loading branch information
WikiRik committed Nov 22, 2020
1 parent 689a87f commit 6ef0eb3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/api/api-requests.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ describe('API requests', () => {
test('should fail on accessing non-existant endpoint', async () => {
const res = await request({
uri: '/nonexistant',
method: 'GET',
headers: { 'X-Auth-Token': 'blablabla' }
});

Expand Down

0 comments on commit 6ef0eb3

Please sign in to comment.