Fixed generated wlgb file root.
This commit is contained in:
+1
-1
@@ -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