mirror of
https://github.com/onyx-and-iris/obsws-cli.git
synced 2025-05-15 22:10:23 +01:00
upd sceneitem test (unhyphenate name)
This commit is contained in:
parent
be949ca7bf
commit
23e6352967
@ -9,7 +9,7 @@ runner = CliRunner()
|
||||
|
||||
def test_item_list():
|
||||
"""Test the item list command."""
|
||||
result = runner.invoke(app, ['scene-item', 'list', 'pytest'])
|
||||
result = runner.invoke(app, ['sceneitem', 'list', 'pytest'])
|
||||
assert result.exit_code == 0
|
||||
assert 'pytest_input' in result.stdout
|
||||
assert 'pytest_input_2' in result.stdout
|
||||
|
Loading…
x
Reference in New Issue
Block a user