mirror of
https://github.com/openlibrecommunity/olcrtc.git
synced 2026-07-03 14:05:39 +02:00
fix(e2e): align jitsi vp8channel expectation with test table
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user