From 6b00b4d4e032947f375f3fe2338694c3d49eeea9 Mon Sep 17 00:00:00 2001 From: Brian Gough Date: Wed, 1 Nov 2023 08:15:50 +0000 Subject: [PATCH] Merge pull request #15537 from overleaf/bg-group-sso-use-literal-paths use literal paths in SAML modules for editor support GitOrigin-RevId: 4abd7be30dcd3f20a1060663cd304ad88878e86d --- services/web/test/unit/src/SamlLog/SamlLogHandlerTests.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/services/web/test/unit/src/SamlLog/SamlLogHandlerTests.js b/services/web/test/unit/src/SamlLog/SamlLogHandlerTests.js index cb27f7c350..fbb9f51721 100644 --- a/services/web/test/unit/src/SamlLog/SamlLogHandlerTests.js +++ b/services/web/test/unit/src/SamlLog/SamlLogHandlerTests.js @@ -1,9 +1,8 @@ -const APP_ROOT = '../../../../app/src' const SandboxedModule = require('sandboxed-module') const sinon = require('sinon') const { expect } = require('chai') -const modulePath = `${APP_ROOT}/Features/SamlLog/SamlLogHandler` +const modulePath = '../../../../app/src/Features/SamlLog/SamlLogHandler' describe('SamlLogHandler', function () { let SamlLog, SamlLogHandler, SamlLogModel