Skip to content

Commit

Permalink
Update user.test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
bnematzadeh committed Nov 8, 2024
1 parent 6560f0a commit 759dea6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/test/security/user.test.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
const { expect } = require('chai');
const { request, authenticatedRequest } = require('../controllers/request.test');

Check failure on line 2 in server/test/security/user.test.js

View workflow job for this annotation

GitHub Actions / Server test

'request' is assigned a value but never used

// updated
describe('/api/v1/user/', () => {
it('should return all users without password', async () => {
await authenticatedRequest
Expand Down

0 comments on commit 759dea6

Please sign in to comment.