diff --git a/modules/freemobile/test.py b/modules/freemobile/test.py index a3ed0560..9795653f 100644 --- a/modules/freemobile/test.py +++ b/modules/freemobile/test.py @@ -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)