1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-08 16:53:23 +00:00

Fix travis check for flakes

This commit is contained in:
Ivan Malison
2016-01-11 16:57:10 -08:00
parent 99d4150df8
commit 43b3411e6c
2 changed files with 2 additions and 2 deletions

View File

@@ -124,7 +124,7 @@ def test_before_record_response_as_filter():
vcr = VCR(before_record_response=filter_all)
with vcr.use_cassette('test') as cassette:
cassette.append(request, response)
assert cassette.data == []e
assert cassette.data == []
assert not cassette.dirty