1
0
mirror of https://github.com/stolksdorf/homebrewery.git synced 2025-12-22 05:21:29 +00:00

Remove chrome warnings from after rebase

This commit is contained in:
Scott Tolksdorf
2017-01-22 12:55:00 -05:00
parent 894e345a44
commit 1aa79b32d9
3 changed files with 18 additions and 42 deletions

View File

@@ -132,7 +132,7 @@ describe('Middleware', () => {
.expect(200);
});
it('should block you if basic auth is wrong', () => {
app.use(mw.adminAuth);
app.use(mw.adminLogin);
app.use(requestHandler);
app.use(Error.expressHandler);
return request(app).get('/')