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 Mar 6, 2024
1 parent 35ee48e commit 54ecc61
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ecommerce/extensions/basket/tests/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -746,7 +746,9 @@ def test_cart_with_stripe_data(self):
]
}
seat = self.create_seat(self.course)
basket = self.create_basket_and_add_product_stripe(seat, payment_intent_status, payment_intent_id, payment_intent)
basket = self.create_basket_and_add_product_stripe(
seat, payment_intent_status, payment_intent_id, payment_intent
)
response = self.client.get(self.path)
self.assert_expected_response(
basket,
Expand Down

0 comments on commit 54ecc61

Please sign in to comment.