Skip to content

Commit

Permalink
Clean
Browse files Browse the repository at this point in the history
  • Loading branch information
williambelle committed Jul 3, 2024
1 parent c6ce4ae commit 31f537c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/people.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,6 @@ describe('Test API People ("/api/ldap")', () => {
test('It should find Lor San Tekka', async () => {
const jsonResult = require('./resources/people/json-name-san.json');
const response = await request(app).get('/api/ldap?q=San');
console.log(response.text);
expect(response.statusCode).toBe(200);
expect(JSON.parse(response.text)).toStrictEqual(jsonResult);
});
Expand Down

0 comments on commit 31f537c

Please sign in to comment.