Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
poxip committed Aug 30, 2017
1 parent 1c6b60c commit 36a0835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_coupons.py
Expand Up @@ -187,7 +187,7 @@ def test_admin_form(self):

def test_details_api(self):
# test accessing without authentication
url = reverse("stripe-coupon-details", kwargs={"coupon_id": "FAKE"})
url = reverse("stripe-coupon-details", kwargs={"coupon_id": "FAKE-COUPON"})
response = self.client.get(url, format="json")
self.assertEqual(response.status_code, 403)

Expand Down

0 comments on commit 36a0835

Please sign in to comment.