Give the mocked cloud subscription info a real payload (#179865)

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Paulus Schoutsen
2026-08-22 12:17:12 -05:00
committed by GitHub
co-authored by Claude
parent e74ebb5fb0
commit aa23eb93a9
+1 -1
View File
@@ -79,7 +79,7 @@ async def cloud_fixture() -> AsyncGenerator[MagicMock]:
mock_cloud.started = None
mock_cloud.payments = MagicMock(
spec=payments_api.PaymentsApi,
subscription_info=AsyncMock(),
subscription_info=AsyncMock(return_value={"provider": None}),
migrate_paypal_agreement=AsyncMock(),
)
mock_cloud.ice_servers = MagicMock(