diff options
Diffstat (limited to 'testenv')
-rw-r--r-- | testenv/tests/validators/test_kvm.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testenv/tests/validators/test_kvm.py b/testenv/tests/validators/test_kvm.py index 55317950..3c122af2 100644 --- a/testenv/tests/validators/test_kvm.py +++ b/testenv/tests/validators/test_kvm.py @@ -131,7 +131,7 @@ def test_fail__valid_stream_resolution(arg: Any) -> None: # ===== [email protected]("arg", ["100", " 16000 ", 5000]) [email protected]("arg", ["25", " 25000 ", 5000]) def test_ok__valid_stream_h264_bitrate(arg: Any) -> None: value = valid_stream_h264_bitrate(arg) assert type(value) == int # pylint: disable=unidiomatic-typecheck |