vcr: decompress response bodies before recording

master
Justin Riley 2016-08-03 11:33:36 -04:00
parent 8d00264eb7
commit 17acd42c7d
1 changed files with 1 additions and 0 deletions

View File

@ -8,5 +8,6 @@ vcr = VCR(
os.path.dirname(os.path.realpath(__file__)), 'fixtures/oneclient'
),
record_mode='once',
decode_compressed_response=True,
path_transformer=VCR.ensure_suffix('.yaml'),
)