mirror of
https://github.com/onyx-and-iris/obsws-python.git
synced 2024-11-22 12:50:53 +00:00
ensure studio mode is disabled at end of test run
This commit is contained in:
parent
cf888b0c4a
commit
41b0dfbe4b
@ -13,4 +13,7 @@ def teardown_module():
|
|||||||
req_cl.remove_scene("START_TEST")
|
req_cl.remove_scene("START_TEST")
|
||||||
req_cl.remove_scene("BRB_TEST")
|
req_cl.remove_scene("BRB_TEST")
|
||||||
req_cl.remove_scene("END_TEST")
|
req_cl.remove_scene("END_TEST")
|
||||||
|
resp = req_cl.get_studio_mode_enabled()
|
||||||
|
if resp.studio_mode_enabled:
|
||||||
|
req_cl.set_studio_mode_enabled(False)
|
||||||
req_cl.base_client.ws.close()
|
req_cl.base_client.ws.close()
|
||||||
|
Loading…
Reference in New Issue
Block a user