Fix failing test which requires default look_and_feel
This commit is contained in:
@@ -400,6 +400,8 @@ def test_content_subreddit(reddit, terminal, config):
|
|||||||
|
|
||||||
def test_content_subreddit_load_more(reddit, terminal, config):
|
def test_content_subreddit_load_more(reddit, terminal, config):
|
||||||
|
|
||||||
|
config['look_and_feel'] = 'default'
|
||||||
|
|
||||||
submissions = reddit.get_front_page(limit=None)
|
submissions = reddit.get_front_page(limit=None)
|
||||||
content = SubredditContent(config, 'front', submissions, terminal.loader)
|
content = SubredditContent(config, 'front', submissions, terminal.loader)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user