mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-19 18:45:15 +02:00
test: update Stripe and Google Calendar integration tests to use ComposioService
This commit is contained in:
parent
cc06cff4fb
commit
a0f2563dc3
2 changed files with 37 additions and 25 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue