Skip to content

Commit 2a8b81b

Browse files
committed
cleanup
1 parent 29b76bc commit 2a8b81b

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

backend/app/tests/api/routes/test_tts_evaluation.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1071,11 +1071,6 @@ def test_get_run_with_signed_urls_and_null_object_store_url(
10711071
assert results_by_text["Completed result"]["signed_url"] is not None
10721072
assert results_by_text["Failed result"]["signed_url"] is None
10731073

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-
10791074
def test_get_run_without_results(
10801075
self,
10811076
client: TestClient,

0 commit comments

Comments
 (0)