@@ -213,7 +213,7 @@ describe('publish:gerrit', () => {
|
||||
});
|
||||
|
||||
expect(initRepoAndPush).toHaveBeenCalledWith({
|
||||
dir: `${mockContext.workspacePath}/repository/`,
|
||||
dir: `${mockContext.workspacePath}${path.sep}repository${path.sep}`,
|
||||
remoteUrl: 'https://gerrithost.org/a/repo',
|
||||
defaultBranch: 'master',
|
||||
auth: { username: 'gerrituser', password: 'usertoken' },
|
||||
|
||||
Reference in New Issue
Block a user