diff --git a/tests/integration/test_invocations.py b/tests/integration/test_invocations.py index 72fe55b90..b987d9416 100644 --- a/tests/integration/test_invocations.py +++ b/tests/integration/test_invocations.py @@ -61,7 +61,7 @@ def test_no_config(temp_basedir_env, quteproc_new): @pytest.mark.linux def test_no_cache(temp_basedir_env, quteproc_new): """Test starting with --cachedir="".""" - args = ['--debug', '--no-err-windows', '--cachedir=""', 'about:blank'] + args = ['--debug', '--no-err-windows', '--cachedir=', 'about:blank'] quteproc_new.start(args, env=temp_basedir_env) quteproc_new.send_cmd(':quit') quteproc_new.wait_for_quit()