Fix trial mode allowance bug

This commit is contained in:
Andrew Shumway
2024-02-07 14:43:39 -07:00
parent 53c193587d
commit 5a440863af
3 changed files with 12 additions and 0 deletions

View File

@@ -2327,6 +2327,8 @@ def client_request(logged_in_client, mocker, service_one): # noqa (C901 too com
"app.billing_api_client.create_or_update_free_sms_fragment_limit", autospec=True
)
mocker.patch("app.billing_api_client.get_monthly_usage_for_service", autospec=True)
class ClientRequest:
@staticmethod
@contextmanager