Skip to content

Commit

Permalink
Fix flaky test (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
streamer45 authored Mar 27, 2024
1 parent 40fe79e commit 86ed31b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/job/job_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ func TestInputData(t *testing.T) {
}

env := inputData.ToEnv()
require.Equal(t, []string{
require.ElementsMatch(t, []string{
"SITE_URL=http://localhost:8065",
"CALL_ID=callID",
"VIDEO_RATE=1000",
Expand Down

0 comments on commit 86ed31b

Please sign in to comment.