mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-20 20:29:06 +00:00
Fix broken test
This commit is contained in:
@@ -28,9 +28,9 @@ async def test_transcript_process(
|
|||||||
|
|
||||||
# upload mp3
|
# upload mp3
|
||||||
response = await ac.post(
|
response = await ac.post(
|
||||||
f"/transcripts/{tid}/record/upload",
|
f"/transcripts/{tid}/record/upload?chunk_number=0&total_chunks=1",
|
||||||
files={
|
files={
|
||||||
"file": (
|
"chunk": (
|
||||||
"test_short.wav",
|
"test_short.wav",
|
||||||
open("tests/records/test_short.wav", "rb"),
|
open("tests/records/test_short.wav", "rb"),
|
||||||
"audio/mpeg",
|
"audio/mpeg",
|
||||||
|
|||||||
Reference in New Issue
Block a user