We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3f73e4 commit dc74894Copy full SHA for dc74894
server/tests/auth.test.js
@@ -16,7 +16,7 @@ describe('## AUTH APIs', () => {
16
};
17
let jwtToken;
18
19
- describe('# GET /api/auth/login', () => {
+ describe('# POST /api/auth/login', () => {
20
it('should get (valid) JWT token', (done) => {
21
request(app)
22
.post('/api/auth/login')
0 commit comments