Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ArktinenKarpalo committed Mar 14, 2024
1 parent 52331fa commit c5a0869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/admin/routes.adminboxes.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ describe('routes: admin boxes', () => {

it('should not update the number of other items', async () => {
const initial_res = await chai
.request(server)
.request(app)
.get('/api/v1/admin/boxes/01880335')
.set('Authorization', 'Bearer ' + token);

Expand Down

0 comments on commit c5a0869

Please sign in to comment.