Skip to content

Commit 3d0699e

Browse files
author
gabino
committed
Remove unused test for valid card creation in test_cards.py
1 parent a431ff8 commit 3d0699e

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

tests/resources/test_cards.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -79,14 +79,6 @@ def test_card_not_found():
7979
assert exc.value.json['Code'] == 'NotFoundError'
8080

8181

82-
@pytest.mark.vcr
83-
def test_card_one():
84-
card = Card.one(
85-
number='5448750078699849', exp_month=2, exp_year=2026, cvv2='353'
86-
)
87-
assert card.id
88-
89-
9082
@pytest.mark.vcr
9183
def test_card_one_errors():
9284
with pytest.raises(NoResultFound):

0 commit comments

Comments
 (0)