Fix a mistake added to one of the wiki tests
This commit is contained in:
parent
d50cf54072
commit
7a20135d55
|
@ -41,7 +41,7 @@ class WikiTest(WikiBaseTest):
|
|||
self.assert_200(rv)
|
||||
|
||||
self.assert_context('name', 'test')
|
||||
eq_(self.get_context_variable('page').data['message'], 'test message')
|
||||
eq_(self.get_context_variable('page').info['message'], 'test message')
|
||||
eq_(self.get_context_variable('page').data, 'testing')
|
||||
|
||||
def test_history(self):
|
||||
|
|
Loading…
Reference in a new issue