Skip to content
Snippets Groups Projects
Commit 90ddfd0a authored by Dan Michael O. Heggø's avatar Dan Michael O. Heggø
Browse files

Update test: request should include 'continue'

parent 42627865
No related branches found
No related tags found
No related merge requests found
...@@ -208,7 +208,8 @@ class TestPageApiArgs(unittest.TestCase): ...@@ -208,7 +208,8 @@ class TestPageApiArgs(unittest.TestCase):
'rvdir': 'older', 'rvdir': 'older',
'titles': self.page.page_title, 'titles': self.page.page_title,
'rvprop': 'content|timestamp', 'rvprop': 'content|timestamp',
'rvlimit': '1' 'rvlimit': '1',
'continue': ''
} }
def test_get_section_text(self): def test_get_section_text(self):
......
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