Skip to content

Commit

Permalink
test(workflow): ensure media always present 'direct' transcode
Browse files Browse the repository at this point in the history
  • Loading branch information
hbomb79 committed Jul 20, 2024
1 parent c106f9d commit eca3fde
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/integration/workflow_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -509,9 +509,10 @@ func TestWorkflow_Ingestion(t *testing.T) {
}
}

assert.True(t, seenDirect, "expected direct transcode option to be present")

// Cancel the transcodes
for _, transcode := range client.ListActiveTranscodeTasks(t) {
t.Logf("Deleting (cancelling) transcode %v", transcode)
resp, err := client.DeleteTranscodeTaskWithResponse(ctx, transcode.Id)
assert.NoError(t, err)
assert.NotNil(t, resp)
Expand Down

0 comments on commit eca3fde

Please sign in to comment.