Fixing a test, seems to be a bug in the reddit api for /domain/python.org/top

This commit is contained in:
Michael Lazar
2017-09-14 01:15:00 -04:00
parent a4aa33ddf3
commit 2a33963823
3 changed files with 315 additions and 50 deletions

View File

@@ -52,7 +52,7 @@ SUBREDDIT_PROMPTS = OrderedDict([
('multi-top', ('/u/multi-mod/m/art/top', '/u/multi-mod/m/art', 'top')),
('multi-top-all', ('/u/multi-mod/m/art/top-all', '/u/multi-mod/m/art', 'top-all')),
('domain', ('/domain/python.org', '/domain/python.org', None)),
('domain-top', ('/domain/python.org/top', '/domain/python.org', 'top')),
('domain-new', ('/domain/python.org/new', '/domain/python.org', 'new')),
('domain-top-all', ('/domain/python.org/top-all', '/domain/python.org', 'top-all')),
])