Skip to content

Commit edda1e9

Browse files
[Frontend] fix precommit hook fail
Signed-off-by: nguyenhoangthuan99 <[email protected]>
1 parent f51d7f1 commit edda1e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/entrypoints/openai/test_transcription_validation.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ async def test_long_audio_request(mary_had_lamb):
9898
out = json.loads(transcription)['text']
9999
assert out.count("Mary had a little lamb") == 10
100100

101+
101102
@pytest.mark.asyncio
102103
async def test_non_asr_model(winning_call):
103104
# text to text model

0 commit comments

Comments
 (0)