diff --git a/src/tribler/gui/tests/test_gui.py b/src/tribler/gui/tests/test_gui.py index 622c622a64d..bc01f201a26 100644 --- a/src/tribler/gui/tests/test_gui.py +++ b/src/tribler/gui/tests/test_gui.py @@ -35,7 +35,7 @@ # pylint: disable=protected-access -@pytest.fixture(name='window', scope="module") +@pytest.fixture(name='window') def fixture_window(tmpdir_factory): api_key = hexlify(os.urandom(16)) root_state_dir = str(tmpdir_factory.mktemp('tribler_state_dir'))