fix version test

This commit is contained in:
onyx-and-iris 2025-06-03 16:59:50 +01:00
parent 653bdb7de7
commit 3bf20a06d6

View File

@ -11,7 +11,7 @@ def test_version():
"""Test the version option."""
result = runner.invoke(app, ['--version'])
assert result.exit_code == 0
assert 'obsws_cli version:' in result.stdout
assert 'obsws-cli version:' in result.stdout
def test_obs_version():