Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
biglittlebigben committed Nov 27, 2024
1 parent 808c27d commit d2e4c04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/ffprobe.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,9 @@ func verify(t *testing.T, in string, p *config.PipelineConfig, res *livekit.Egre

// Check source type
if p.RequestType == types.RequestTypeRoomComposite && p.VideoEnabled {
require.Equal(t, types.SourceTypeWeb, res.SourceType)
require.Equal(t, livekit.EgressSourceType_EGRESS_SOURCE_TYPE_WEB, res.SourceType)
} else {
require.Equal(t, types.SourceTypeSDK, res.SourceType)
require.Equal(t, livekit.EgressSourceType_EGRESS_SOURCE_TYPE_SDK, res.SourceType)
}

switch egressType {
Expand Down

0 comments on commit d2e4c04

Please sign in to comment.