Skip to content
Snippets Groups Projects
Commit 64255d4e authored by Georges Racinet's avatar Georges Racinet
Browse files

Fixed test for hg-git not pushing over SSH

Once all tasks related to heptapod#144 are done,
inner push over ssh just can't work.
parent cdc20402
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -68,6 +68,10 @@
url = test_project.owner_basic_auth_url
test_project.load_tarball('issue-3.tar')
# at the time this tarball has been recorded, we were using inner SSH
# push which today would not work
test_project.extend_hgrc('[heptapod]',
'mirror-path=')
repo = LocalRepo.clone(url, tmpdir.join('repo'))
# verifying the tarball has been loaded ok
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment