Skip to content

Commit 0a36920

Browse files
authored
Update git_changelog_generate.spec.js
1 parent 677c450 commit 0a36920

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/git_changelog_generate.spec.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -954,8 +954,8 @@ describe('git_changelog_generate.js', () => {
954954
});
955955

956956
it('should return valid http url from Bitbucket ssh url', () => {
957-
let bitbucketRepo = 'ssh://[email protected].ad.adp.com:7999/upenv/configuration-values.git';
958-
let bitbucketResult = 'https://bitbucket.es.ad.adp.com:7999/upenv/configuration-values';
957+
let bitbucketRepo = 'ssh://[email protected].zapatitto.com:1234/whatever.git';
958+
let bitbucketResult = 'https://bitbucket.es.zapatitto.com:1234/whatever';
959959

960960
return expect(Promise.resolve(
961961
gitRepoInfo(bitbucketRepo).repoUrl

0 commit comments

Comments
 (0)