fix(e2e): align jitsi vp8channel expectation with test table

This commit is contained in:
nori
2026-06-16 05:01:14 +00:00
committed by neuronori
parent 9822defe53
commit 03ef36dda2
+4 -2
View File
@@ -684,10 +684,12 @@ func realE2ECaseExpectation(carrierName, transportName string) realE2EExpectatio
}
return realE2EExpectPass
case "jitsi":
if transportName == transportData {
switch transportName {
case transportData, transportVP8:
return realE2EExpectPass
default:
return realE2EExpectFail
}
return realE2EExpectFail
default:
return realE2EExpectPass
}