Mehdi Rahimi
Results
2
issues of
Mehdi Rahimi
hey I was trying to test my express API endpoints as you see below: ``` test('POST: Send registration request', done => { superTest(Api) .post('/auth/register') .set('Content-Type', 'multipart/form-data') .send(fakeUser) .expect('Content-Type', 'application/json; charset=utf-8')...
#### Are you looking for help? Yes #### Is this a security issue? No I set the `socketId` to session before authorizing the user but after .login() was called on...