Skip to content

Commit

Permalink
Fix test that was broken when billing model was changed
Browse files Browse the repository at this point in the history
  • Loading branch information
rrlapointe committed May 23, 2018
1 parent d2a906f commit bfb01bd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions events/tests/test_event_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ def setUp(self):

def test_pay(self):
b = self.e.billings.create(date_billed=datetime.date(2000, 1, 1),
amount=3.14,
opt_out_initial_email=True)
amount=3.14)

# random clicks wont work
response = self.client.get(reverse('events:bills:pay', args=[self.e.pk, b.pk]))
Expand Down

0 comments on commit bfb01bd

Please sign in to comment.