diff options
author | Maxim Devaev <[email protected]> | 2022-03-15 19:25:12 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2022-03-15 19:26:37 +0300 |
commit | a140f11b1b7fde520d66e6fe0c9e5a1cc7bd76bb (patch) | |
tree | 8220e50c823b2c64429eea25d22a5364d447616e /testenv/tests/validators | |
parent | 9346169271b0abbcd1729740f71cd80752182ed3 (diff) |
max h264 kbps is 2000
Diffstat (limited to 'testenv/tests/validators')
-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 b733b750..d9f88ad3 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", ["25", " 25000 ", 5000]) [email protected]("arg", ["25", " 20000 ", 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 |