Skip to content

Commit

Permalink
Revert "Fix sourcecast error"
Browse files Browse the repository at this point in the history
This reverts commit 831ca60.
  • Loading branch information
josh1248 committed Oct 13, 2024
1 parent 831ca60 commit 79c5a5d
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) =~
"title can't be blank\naudio can't be blank\nplaybackData can't be blank"
"audio can't be blank\nplaybackData can't be blank\ntitle can't be blank"
end
end

Expand Down

0 comments on commit 79c5a5d

Please sign in to comment.