From 90ddfd0a574dcfd44bcf11d607e90fa4d63d919b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Dan=20Michael=20O=2E=20Hegg=C3=B8?= <danmichaelo@gmail.com>
Date: Mon, 27 Oct 2014 18:47:40 +0100
Subject: [PATCH] Update test: request should include 'continue'

---
 tests/test_page.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tests/test_page.py b/tests/test_page.py
index 86298e8..2461c62 100644
--- a/tests/test_page.py
+++ b/tests/test_page.py
@@ -208,7 +208,8 @@ class TestPageApiArgs(unittest.TestCase):
             'rvdir': 'older',
             'titles': self.page.page_title,
             'rvprop': 'content|timestamp',
-            'rvlimit': '1'
+            'rvlimit': '1',
+            'continue': ''
         }
 
     def test_get_section_text(self):
-- 
GitLab