Detected 2 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: done(); }); var agent = request.agent(myExpressApp), token; before(function(done) { async.series([ function(cb) { agent .post('/1/auth/login') .send({ email: 'john@smith.com', password: 'j0hn_Sm1TH' }) .expect(200) .end(cb); }, function(cb) { cb(); } ], done); }); it('some authenticated task', function(done) { agent .get('/1/auth/authorize') .query({ Source: http://pastebin.com/raw.php?i=s4701xJW
↧