summaryrefslogtreecommitdiff
path: root/testenv/tests
diff options
context:
space:
mode:
authorMaxim Devaev <[email protected]>2021-11-25 06:37:32 +0300
committerMaxim Devaev <[email protected]>2021-11-25 06:37:32 +0300
commitb27b4f14919ef45195b4378f78a09a9983e3fd53 (patch)
treebfb2f94baf00283ae06188a9c758392067761fc7 /testenv/tests
parent1551f34bf67c0989ca1c7658adb4996c081bbd31 (diff)
changed h264 range to actual values
Diffstat (limited to 'testenv/tests')
-rw-r--r--testenv/tests/validators/test_kvm.py2
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