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 759dea6 commit 9b42e71
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions server/test/security/user.test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
const { expect } = require('chai');
const { request, authenticatedRequest } = require('../controllers/request.test');
const { authenticatedRequest } = require('../controllers/request.test');

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

0 comments on commit 9b42e71

Please sign in to comment.