Skip to content

Commit 601e7e3

Browse files
committed
Remove testing word stuff
1 parent 904f98f commit 601e7e3

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

tests/integration/resources/test_transcriptions.py

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -36,19 +36,6 @@ def validate_diarization_response(response_dict):
3636
assert "end" in word
3737
assert "speaker_id" in word
3838

39-
# Validate top-level words field
40-
assert "words" in response_dict
41-
assert isinstance(response_dict["words"], list)
42-
assert len(response_dict["words"]) > 0
43-
44-
# Validate each word in top-level words
45-
for word in response_dict["words"]:
46-
assert "id" in word
47-
assert "word" in word
48-
assert "start" in word
49-
assert "end" in word
50-
assert "speaker_id" in word
51-
5239

5340
class TestTogetherTranscriptions:
5441
@pytest.fixture

0 commit comments

Comments
 (0)