cyberjunky / python-garminconnect

Python 3 API wrapper for Garmin Connect to get activity statistics
MIT License
964 stars 149 forks source link

fix vcr enconding issue manually #151

Closed matin closed 1 year ago

matin commented 1 year ago

@cyberjunky let me know if this fixes the issue with the tests for you

It looks like there was a change to either VCR or requests that broke how the cassettes were previously being stored. I modified the stored cassettes vs regenerating them.

cyberjunky commented 1 year ago

Yes, that fixed it, all tests are passed, thank you!