Skip to content

Commit

Permalink
Merge branch 'develop' into feature/fix-memoryleak3
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Jan 14, 2025
2 parents cfa3cae + f8f825f commit 8a3ef34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_authz_simulcast.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ def test_simulcast_authz_scale_resolution_to(
assert encoder_implementation in s["encoderImplementation"]

assert s["keyFramesEncoded"] > 0
assert s["bytesSent"] > 1000
assert s["packetsSent"] > 20
assert s["bytesSent"] > 500
assert s["packetsSent"] > 10

assert s["frameWidth"] == 640
assert s["frameHeight"] == 352
Expand Down

0 comments on commit 8a3ef34

Please sign in to comment.