File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ def test_amd_amf_sendonly_recvonly(setup, video_codec_type):
142
142
143
143
# outbound-rtp が無かったら StopIteration 例外が上がる
144
144
outbound_rtp_stats = next (s for s in sendonly_stats if s .get ("type" ) == "outbound-rtp" )
145
- assert outbound_rtp_stats ["encoderImplementation" ] == "amd_amf "
145
+ assert outbound_rtp_stats ["encoderImplementation" ] == "AMF "
146
146
assert outbound_rtp_stats ["bytesSent" ] > 0
147
147
assert outbound_rtp_stats ["packetsSent" ] > 0
148
148
@@ -153,6 +153,6 @@ def test_amd_amf_sendonly_recvonly(setup, video_codec_type):
153
153
154
154
# inbound-rtp が無かったら StopIteration 例外が上がる
155
155
inbound_rtp_stats = next (s for s in recvonly_stats if s .get ("type" ) == "inbound-rtp" )
156
- assert inbound_rtp_stats ["decoderImplementation" ] == "amd_amf "
156
+ assert inbound_rtp_stats ["decoderImplementation" ] == "AMF "
157
157
assert inbound_rtp_stats ["bytesReceived" ] > 0
158
158
assert inbound_rtp_stats ["packetsReceived" ] > 0
You can’t perform that action at this time.
0 commit comments