Merge lp:~nskaggs/juju-ci-tools/fix-git-gate-test into lp:juju-ci-tools

Proposed by Nicholas Skaggs
Status: Merged
Approved by: Martin Packman
Approved revision: 1545
Merged at revision: 1545
Proposed branch: lp:~nskaggs/juju-ci-tools/fix-git-gate-test
Merge into: lp:juju-ci-tools
Diff against target: 14 lines (+2/-2)
1 file modified
tests/test_git_gate.py (+2/-2)
To merge this branch: bzr merge lp:~nskaggs/juju-ci-tools/fix-git-gate-test
Reviewer Review Type Date Requested Status
Martin Packman (community) Approve
Review via email: mp+302719@code.launchpad.net

Description of the change

Fix the test for git_gate.py

To post a comment you must log in.
Revision history for this message
Martin Packman (gz) wrote :

Thanks!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'tests/test_git_gate.py'
2--- tests/test_git_gate.py 2015-12-14 16:23:40 +0000
3+++ tests/test_git_gate.py 2016-08-11 19:46:02 +0000
4@@ -235,8 +235,8 @@
5 git_gate.go_test(args, "/tmp/fake")
6 self.assertEqual(self.actions, [
7 ('print', 'Getting and installing godeps'),
8- ('go', 'get', '-v', '-d', 'launchpad.net/godeps/...'),
9- ('go', 'install', 'launchpad.net/godeps/...'),
10+ ('go', 'get', '-v', '-d', 'github.com/rogpeppe/godeps/...'),
11+ ('go', 'install', 'github.com/rogpeppe/godeps/...'),
12 ('print', 'Cloning git.testing/project from'
13 ' https://git.testing/project'),
14 ('git', 'clone', 'https://git.testing/project',

Subscribers

People subscribed via source and target branches