mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-20 20:29:06 +00:00
server: update to set 256 points by default
This commit is contained in:
@@ -104,4 +104,4 @@ async def test_transcript_audio_download_waveform(fake_transcript):
|
||||
assert response.status_code == 200
|
||||
assert response.headers["content-type"] == "application/json"
|
||||
assert isinstance(response.json()["data"], list)
|
||||
assert len(response.json()["data"]) == 1000
|
||||
assert len(response.json()["data"]) == 256
|
||||
|
||||
Reference in New Issue
Block a user