File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -260,7 +260,7 @@ def charge_for_api_call_count_overages(): # type: ignore[no-untyped-def]
260260 case _:
261261 logger .error (
262262 "Unknown subscription plan when trying to bill for overages"
263- f" { organisation .id = } { organisation .name = } { organisation . subscription .plan = } "
263+ f" { organisation .id = } { organisation .subscription .plan = } "
264264 )
265265 continue
266266 except Exception :
Original file line number Diff line number Diff line change @@ -1429,7 +1429,6 @@ def test_charge_for_api_call_count_overages_non_standard(
14291429 assert inspecting_handler .messages == [ # type: ignore[attr-defined]
14301430 "Unknown subscription plan when trying to bill for overages "
14311431 f"organisation.id={ organisation .id } "
1432- f"organisation.name='{ organisation .name } ' "
14331432 "organisation.subscription.plan='nonstandard-v2'"
14341433 ]
14351434
You can’t perform that action at this time.
0 commit comments