chore: fix one of the tests

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2022-07-19 14:00:31 +02:00
parent 2ab09fea50
commit f96f331c97
@@ -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' },