diff options
Diffstat (limited to '')
-rw-r--r-- | test/controllers/audio_file_controller_test.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/controllers/audio_file_controller_test.exs b/test/controllers/audio_file_controller_test.exs index e1df494..8c2b9d6 100644 --- a/test/controllers/audio_file_controller_test.exs +++ b/test/controllers/audio_file_controller_test.exs @@ -2,7 +2,7 @@ defmodule TheTranscriberBackend.AudioFileControllerTest do use TheTranscriberBackend.ConnCase alias TheTranscriberBackend.AudioFile - @valid_attrs %{audio_duration: "some content", audio_path: "some content", transcription_file_path: "some content"} + @valid_attrs %{audio_duration: "some content", audio_path: "some content", audio_name: "some content"} @invalid_attrs %{} test "lists all entries on index", %{conn: conn} do |