We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8b9f09 commit 1782380Copy full SHA for 1782380
readthedocs/rtd_tests/tests/test_views.py
@@ -286,15 +286,15 @@ def test_top_queries(self):
286
test_time.return_value = self.test_time
287
288
expected_result = [
289
- ('hello world', 5),
290
- ('documentation', 4),
291
- ('read the docs', 4),
292
- ('advertising', 3),
293
- ('elasticsearch', 2),
294
- ('sphinx', 2),
295
- ('github', 1),
296
- ('hello', 1),
297
- ('search', 1),
+ ('hello world', 5, 0),
+ ('documentation', 4, 0),
+ ('read the docs', 4, 0),
+ ('advertising', 3, 0),
+ ('elasticsearch', 2, 0),
+ ('sphinx', 2, 0),
+ ('github', 1, 0),
+ ('hello', 1, 0),
+ ('search', 1, 0),
298
]
299
300
resp = self.client.get(self.analyics_page)
0 commit comments