mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-25 02:00:10 +02:00
Fixed generated wlgb file root.
This commit is contained in:
@@ -39,7 +39,7 @@ public class WLGitBridgeIntegrationTest {
|
||||
|
||||
@Before
|
||||
public void startMockSnapshotAPIServer() throws URISyntaxException {
|
||||
server = new MockSnapshotServer(Paths.get(getClass().getResource("/uk/ac/ic/wlgitbridge/WLGitBridgeIntegrationTest/").toURI()).toFile());
|
||||
server = new MockSnapshotServer(getResource("/").toFile());
|
||||
server.start();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user