Skip to content
Snippets Groups Projects
Commit 165811b890b2 authored by Sylvain Thénault's avatar Sylvain Thénault
Browse files

fix tests

parent 193a1a275860
No related branches found
No related tags found
No related merge requests found
card
......@@ -25,7 +25,7 @@
def test_card_role_create(self):
self.assertEqual(rest_publish(self.context(), ':card:`index`'),
'<p><a class="reference" href="http://testing.fr/cubicweb/view?etype=Card&amp;wikiid=index&amp;vid=creation">index</a></p>\n')
'<p><a class="reference" href="http://testing.fr/cubicweb/view?etype=Card&amp;vid=creation&amp;wikiid=index">index</a></p>\n')
def test_card_role_link(self):
self.request().create_entity('Card', wikiid=u'index', title=u'Site index page', synopsis=u'yo')
......
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