Skip to content

Commit

Permalink
Fix card tests
Browse files Browse the repository at this point in the history
  • Loading branch information
delias-silva committed May 31, 2021
1 parent 4c09f49 commit 96acf7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_card.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def test_all(self):
}

card_created = self.sdk.card().create(customer_id, card_object)
self.assertEqual(card_created["status"], 200)
self.assertIn(card_created["status"], [200, 201])
self.assertEqual(self.sdk.card()
.get(customer_id, card_created["response"]["id"])["status"], 200)

Expand Down

0 comments on commit 96acf7b

Please sign in to comment.