mirror of
https://github.com/onyx-and-iris/voicemeeter-api-python.git
synced 2026-04-08 00:13:31 +00:00
make better use of pattern matching features
error test updated
This commit is contained in:
@@ -43,5 +43,5 @@ class TestErrors:
|
||||
"unknown-0": {"state": True},
|
||||
"vban-out-1": {"name": "streamname"},
|
||||
}
|
||||
with pytest.raises(ValueError, match="invalid config key 'unknown'"):
|
||||
with pytest.raises(ValueError, match="invalid config key 'unknown-0'"):
|
||||
vm.apply(CONFIG)
|
||||
|
||||
Reference in New Issue
Block a user