mirror of
https://github.com/onyx-and-iris/obsws-cli.git
synced 2025-05-15 22:10:23 +01:00
set scene colletion to default at end of test
This commit is contained in:
parent
4a41239e50
commit
02614cd33c
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user