diff --git a/tests/conftest.py b/tests/conftest.py index 02ee9ee..7c01b3d 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -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)