set scene colletion to default at end of test

This commit is contained in:
onyx-and-iris 2025-05-07 23:26:09 +01:00
parent 4a41239e50
commit 02614cd33c

View File

@ -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: