Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ckoegel committed Jul 31, 2024
1 parent ba5749b commit 9a46b1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions spec/smoke/transcriptions_api_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
expect(data[0]).to be_instance_of(Bandwidth::CallTranscriptionMetadata)
expect(data[0].transcription_id).to be_instance_of(String)
expect(data[0].transcription_url).to be_instance_of(String)
expect(data[0].transcription_name).to be_instance_of(String)
$transcription_id = data[0].transcription_id
end
end
Expand Down
1 change: 1 addition & 0 deletions spec/unit/api/transcriptions_api_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
expect(data[0]).to be_instance_of(Bandwidth::CallTranscriptionMetadata)
expect(data[0].transcription_id).to be_instance_of(String)
expect(data[0].transcription_url).to be_instance_of(String)
expect(data[0].transcription_name).to be_instance_of(String)
end

it 'causes an ArgumentError for a missing account_id' do
Expand Down

0 comments on commit 9a46b1f

Please sign in to comment.