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:
@@ -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('/')
|
||||
|
||||
Reference in New Issue
Block a user