Skip to content

Commit

Permalink
Fix sourcecast error
Browse files Browse the repository at this point in the history
  • Loading branch information
josh1248 committed Oct 13, 2024
1 parent 6d75ef9 commit 831ca60
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ defmodule CadetWeb.AdminSourcecastControllerTest do
conn = post(conn, build_url(course_id), %{"sourcecast" => %{}})

assert response(conn, 400) =~
"audio can't be blank\nplaybackData can't be blank\ntitle can't be blank"
"title can't be blank\naudio can't be blank\nplaybackData can't be blank"
end
end

Expand Down

0 comments on commit 831ca60

Please sign in to comment.