Fix freemobile test

Bad method name. Reported by git@kitof.net.
This commit is contained in:
Florent 2013-07-22 16:24:41 +02:00
commit 387c75436c

View file

@ -29,6 +29,6 @@ class FreeMobileTest(BackendTest):
def test_freemobile(self):
for subscription in self.backend.iter_subscription():
list(self.backend.iter_history(subscription.id))
list(self.backend.iter_bills_history(subscription.id))
for bill in self.backend.iter_bills(subscription.id):
self.backend.download_bill(bill.id)