Skip to content

Commit c058106

Browse files
committed
Use default vcrpy requests matching
1 parent 48f5799 commit c058106

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/hubstorage/conftest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ def vcr_instance(scope='session'):
2424
return vcr.VCR(
2525
cassette_library_dir=VCR_CASSETES_DIR,
2626
record_mode='once',
27-
match_on=['uri', 'method'],
2827
)
2928

3029
@pytest.fixture(scope='session')

0 commit comments

Comments
 (0)