From 02614cd33c4b4e91dfadea32bf5d63ec374110b2 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Wed, 7 May 2025 23:26:09 +0100 Subject: [PATCH] set scene colletion to default at end of test --- tests/conftest.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/conftest.py b/tests/conftest.py index c1e30f4..a03899d 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -90,6 +90,7 @@ def pytest_sessionfinish(session, exitstatus): Return the exit status to the system. """ session.obsws.remove_scene('pytest') + session.obsws.set_current_scene_collection('default') resp = session.obsws.get_stream_status() if resp.output_active: