awslabs / amazon-transcribe-streaming-sdk

The Amazon Transcribe Streaming SDK is an async Python SDK for converting audio into text via Amazon Transcribe.
Apache License 2.0
142 stars 37 forks source link

Fix signature mismatches #34

Closed nateprewitt closed 3 years ago

nateprewitt commented 3 years ago

Fix signing issues with CRT changes around empty bodies. This will ensure integration tests function properly with the service again.

codecov-commenter commented 3 years ago

Codecov Report

Merging #34 (ada4a6d) into develop (10f4d65) will increase coverage by 0.01%. The diff coverage is 87.50%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #34      +/-   ##
===========================================
+ Coverage    88.65%   88.67%   +0.01%     
===========================================
  Files           34       34              
  Lines         1904     1907       +3     
===========================================
+ Hits          1688     1691       +3     
  Misses         216      216              
Flag Coverage Δ
unittests 88.67% <87.50%> (+0.01%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
amazon_transcribe/signer.py 100.00% <ø> (ø)
amazon_transcribe/structures.py 91.37% <50.00%> (ø)
tests/functional/test_structures.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 10f4d65...ada4a6d. Read the comment docs.