Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
test: WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
julianajlk committed Apr 8, 2024
1 parent 4d761bb commit 8d36e70
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ def setUp(self):
"capture_method": "automatic",
"charges": {
"object": "list",
"data": [
{
"data": [{
"id": "py_3OzUOMH4caH7G0X11OOKbfIk",
"object": "charge",
"amount": 14900,
Expand Down Expand Up @@ -88,8 +87,7 @@ def setUp(self):
"name": "Test Person-us",
},
"status": "succeeded",
}
],
}],
"total_count": 2,
"url": "/v1/charges?payment_intent=pi_3OzUOMH4caH7G0X114tkIL0X"
},
Expand Down Expand Up @@ -138,7 +136,7 @@ def setUp(self):
value_text=self.payment_intent['id'],
)
Referral.objects.create(basket=self.basket, site=self.site)

def test_configuration(self): # pylint: disable=arguments-differ
"""
Tests configuration.
Expand Down

0 comments on commit 8d36e70

Please sign in to comment.