mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 00:51:53 +08:00
changed h264 range to actual values
This commit is contained in:
@@ -131,7 +131,7 @@ def test_fail__valid_stream_resolution(arg: Any) -> None:
|
||||
|
||||
|
||||
# =====
|
||||
@pytest.mark.parametrize("arg", ["100", " 16000 ", 5000])
|
||||
@pytest.mark.parametrize("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
|
||||
|
||||
Reference in New Issue
Block a user