summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2017-02-09 03:12:54 +0000
committerrsiddharth <s@ricketyspace.net>2017-02-09 03:12:54 +0000
commit1605e56a52d05ba9f11590efb736b777a36a68cc (patch)
tree8047a6a358e67792e1dbeb2ef4f8a0526e487ef8 /tests
parent66c8b8c0ea2ecfc6300319fa978c7941075fdc8e (diff)
Fix test_generate_wiki_table test method.
Diffstat (limited to 'tests')
-rw-r--r--tests/test_gd_diff.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_gd_diff.py b/tests/test_gd_diff.py
index 9aaaa3b..1164262 100644
--- a/tests/test_gd_diff.py
+++ b/tests/test_gd_diff.py
@@ -452,7 +452,7 @@ class TestGdDiff(object):
assert pkg in pkgs
assert cols[3] == '[[{}|more_info]]'.format(
- readme_link_fmt.format(pkg))
+ readme_link_fmt.format('parkes', pkg))
pkgs.remove(pkg)