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

delete test_boto3_without_vcr test as it does not test vcr module

This commit is contained in:
Arthur Hamon
2019-07-13 13:08:49 +02:00
parent 6ca7cf3cc6
commit 2d96d35621

View File

@@ -69,11 +69,6 @@ def test_boto_vendored_stubs(tmpdir):
VerifiedHTTPSConnection('hostname.does.not.matter')
def test_boto3_without_vcr(get_user):
response = get_user()
assert response['User']['UserName'] == IAM_USER_NAME
def test_boto_medium_difficulty(tmpdir, get_user):
with vcr.use_cassette(str(tmpdir.join('boto3-medium.yml'))):