Fixed tests.

This commit is contained in:
Michael Lazar
2016-07-08 20:55:04 -07:00
parent cd9617b0d8
commit 1f6ced1f74

View File

@@ -175,7 +175,7 @@ def reddit(vcr, request):
@pytest.fixture()
def terminal(stdscr, config):
term = Terminal(stdscr, ascii=config['ascii'])
term = Terminal(stdscr, config=config)
# Disable the python 3.4 addch patch so that the mock stdscr calls are
# always made the same way
term.addch = lambda window, *args: window.addch(*args)