Skip to content

Commit

Permalink
fix(test): new server path
Browse files Browse the repository at this point in the history
  • Loading branch information
SabreCat committed May 13, 2016
1 parent 1c297a1 commit 4b28924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/api/v3/unit/middlewares/maintenanceMode.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import requireAgain from 'require-again';

describe('maintenance mode middleware', () => {
let res, req, next;
let pathToMaintenanceModeMiddleware = '../../../../../website/src/middlewares/api-v3/maintenanceMode';
let pathToMaintenanceModeMiddleware = '../../../../../website/server/middlewares/api-v3/maintenanceMode';

beforeEach(() => {
res = generateRes();
Expand Down

0 comments on commit 4b28924

Please sign in to comment.