tests should now pass from fresh install

This commit is contained in:
2025-07-29 08:03:24 +01:00
parent f852a733c3
commit e851219ced
13 changed files with 82 additions and 23 deletions

View File

@@ -6,7 +6,7 @@ from typer.testing import CliRunner
from obsws_cli.app import app
runner = CliRunner(mix_stderr=False)
runner = CliRunner()
def test_stream_start():