We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44ea714 commit 1f499aaCopy full SHA for 1f499aa
speech/cloud-client/beta_snippets_test.py
@@ -50,7 +50,8 @@ def test_transcribe_diarization(capsys):
50
transcribe_file_with_diarization()
51
out, err = capsys.readouterr()
52
53
- assert "word: 'here', speaker_tag: 1" in out
+ assert "word:" in out
54
+ assert "speaker_tag:" in out
55
56
57
def test_transcribe_multichannel_file(capsys):
0 commit comments