diff --git a/tests/test_resources.py b/tests/test_resources.py index 9b13b7e5..0fc4aab4 100644 --- a/tests/test_resources.py +++ b/tests/test_resources.py @@ -2295,6 +2295,7 @@ def test_subscription_change_proration(self): assert isinstance(manualsub.proration_settings, ProrationSettings) ElementTree.tostring(account.to_element(), encoding='UTF-8') + def test_subscription_with_plan_ramp(self): plan_code = 'plan%s' % self.test_id logging.basicConfig(level=logging.DEBUG) # make sure it's init'ed