server: update to set 256 points by default

This commit is contained in:
2023-08-23 19:24:05 +02:00
committed by Mathieu Virbel
parent c21d88b797
commit 621ae7d681
3 changed files with 4 additions and 4 deletions

View File

@@ -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