diff --git a/tests/end2end/features/test_history_bdd.py b/tests/end2end/features/test_history_bdd.py index e4bfbd9e2..debf72d09 100644 --- a/tests/end2end/features/test_history_bdd.py +++ b/tests/end2end/features/test_history_bdd.py @@ -29,7 +29,8 @@ bdd.scenarios('history.feature') @pytest.fixture(autouse=True) def turn_on_sql_history(quteproc): """Make sure SQL writing is enabled for tests in this module.""" - quteproc.send_cmd(":debug-pyeval objreg.get('args').debug_flags.remove('no-sql-history')") + quteproc.send_cmd(":debug-pyeval objreg.get('args')." + "debug_flags.remove('no-sql-history')") quteproc.wait_for_load_finished_url('qute://pyeval')