summaryrefslogtreecommitdiff
path: root/morphlib/localrepocache_tests.py
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-05-03 15:54:42 +0100
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-05-04 14:24:07 +0100
commit18a33c9a44978a70e272d8ce36b0a3bad3daf639 (patch)
tree1190743317261b7f79f1b6ca18e1a5011c98194a /morphlib/localrepocache_tests.py
parentc8780a8ef5d6c8a9106f92007c1519bc30c0dfce (diff)
downloadmorph-18a33c9a44978a70e272d8ce36b0a3bad3daf639.tar.gz
Remove %s from one of the url patterns, to improve test coverage
Diffstat (limited to 'morphlib/localrepocache_tests.py')
-rw-r--r--morphlib/localrepocache_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/morphlib/localrepocache_tests.py b/morphlib/localrepocache_tests.py
index aa888885..176becc7 100644
--- a/morphlib/localrepocache_tests.py
+++ b/morphlib/localrepocache_tests.py
@@ -23,7 +23,7 @@ import morphlib
class LocalRepoCacheTests(unittest.TestCase):
def setUp(self):
- aliases = ['upstream=git://example.com/%s#example.com:%s.git']
+ aliases = ['upstream=git://example.com/#example.com:%s.git']
bundle_base_url = 'http://lorry.example.com/bundles/'
self.reponame = 'upstream:reponame'
self.repourl = 'git://example.com/reponame'