diff --git a/test/unit/web/parent/middleware/ghost-locals_spec.js b/test/unit/web/parent/middleware/ghost-locals_spec.js index f1ac9d90b4..64142d7dd7 100644 --- a/test/unit/web/parent/middleware/ghost-locals_spec.js +++ b/test/unit/web/parent/middleware/ghost-locals_spec.js @@ -1,7 +1,7 @@ const should = require('should'); const sinon = require('sinon'); const ghostLocals = require('../../../../../core/server/web/parent/middleware/ghost-locals'); -const bridge = require('../../../../../core/shared/bridge'); +const bridge = require('../../../../../core/bridge'); describe('Theme Handler', function () { let req;