test: update Stripe and Google Calendar integration tests to use ComposioService

This commit is contained in:
Anish Sarkar 2026-05-16 21:13:17 +05:30
parent cc06cff4fb
commit a0f2563dc3
2 changed files with 37 additions and 25 deletions

View file

@ -204,6 +204,7 @@ class TestStripeCheckoutSessionCreation:
assert (
fake_client.last_params["success_url"]
== f"http://localhost:3000/dashboard/{search_space_id}/purchase-success"
"?session_id={CHECKOUT_SESSION_ID}"
)
assert (
fake_client.last_params["cancel_url"]