mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Fixed generated wlgb file root.
This commit is contained in:
parent
517792517c
commit
a9c8deca7f
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue