Skip to content

Commit e46c040

Browse files
Update test_main_app_tests.py
1 parent 3e1ee18 commit e46c040

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/python_back/test_main_app_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def test_transcribe_audio_too_long(long_audio_bytes, Mock_model):
8686

8787
def test_transcribe_audio_six(sixmin_audio_bytes, Mock_model):
8888
result = transcribe_audio(sixmin_audio_bytes, "long.wav", Mock_model)
89-
assert result.status == 200
89+
assert result.status == 400
9090

9191
# ------------------------
9292
# synthesize_audio tests

0 commit comments

Comments
 (0)