We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29b76bc commit 2a8b81bCopy full SHA for 2a8b81b
1 file changed
backend/app/tests/api/routes/test_tts_evaluation.py
@@ -1071,11 +1071,6 @@ def test_get_run_with_signed_urls_and_null_object_store_url(
1071
assert results_by_text["Completed result"]["signed_url"] is not None
1072
assert results_by_text["Failed result"]["signed_url"] is None
1073
1074
- # get_signed_url should only be called for the result with a valid URL
1075
- mock_storage.get_signed_url.assert_called_once_with(
1076
- "s3://bucket/audio/test.wav"
1077
- )
1078
-
1079
def test_get_run_without_results(
1080
self,
1081
client: TestClient,
0 commit comments