Skip to content

Commit 1782380

Browse files
committed
Update tests
1 parent c8b9f09 commit 1782380

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

readthedocs/rtd_tests/tests/test_views.py

+9-9
Original file line numberDiff line numberDiff line change
@@ -286,15 +286,15 @@ def test_top_queries(self):
286286
test_time.return_value = self.test_time
287287

288288
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),
289+
('hello world', 5, 0),
290+
('documentation', 4, 0),
291+
('read the docs', 4, 0),
292+
('advertising', 3, 0),
293+
('elasticsearch', 2, 0),
294+
('sphinx', 2, 0),
295+
('github', 1, 0),
296+
('hello', 1, 0),
297+
('search', 1, 0),
298298
]
299299

300300
resp = self.client.get(self.analyics_page)

0 commit comments

Comments
 (0)