Skip to content

Commit dc74894

Browse files
committed
typo GET -> POST
1 parent d3f73e4 commit dc74894

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/tests/auth.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ describe('## AUTH APIs', () => {
1616
};
1717
let jwtToken;
1818

19-
describe('# GET /api/auth/login', () => {
19+
describe('# POST /api/auth/login', () => {
2020
it('should get (valid) JWT token', (done) => {
2121
request(app)
2222
.post('/api/auth/login')

0 commit comments

Comments
 (0)