diff --git a/tests/test_spotlight.py b/tests/test_spotlight.py index 3ca670e..0fd6e8d 100644 --- a/tests/test_spotlight.py +++ b/tests/test_spotlight.py @@ -103,5 +103,4 @@ def test_spotlight_simulcast(setup, video_codec_type, expected_implementation): assert rtp_stat["bytesSent"] > 0 assert rtp_stat["packetsSent"] > 0 else: - assert rtp_stat["bytesSent"] == 0 - assert rtp_stat["packetsSent"] == 0 + assert rtp_stat["framesSent"] == 0