zulip/corporate/tests
Mateusz Mandera 3a12e41c35 remote_billing: Fix handle_customer_migration_from_server_to_realms.
This was a bug from 4715a058b0 where this
was just incorrectly called. get_realms_info_for_push_bouncer() is a
function meant to be called on a self-hosted server - and this
handle_... call happens on the bouncer. Therefore this returns all
zulipchat realms in product.

With the way, handle_... is being called right now, there's no reason
for it to have an argument for passing a list of realms. It should just
fetch the relevant RemoteRealm entries  by itself, given the server arg.
2024-01-12 15:28:41 -08:00
..
stripe_fixtures stripe: Add some test for self hosted free trial. 2024-01-12 08:50:51 -08:00
__init__.py
test_remote_billing.py remote_billing: Fix handle_customer_migration_from_server_to_realms. 2024-01-12 15:28:41 -08:00
test_remote_counts.py python: Consistently use from…import for datetime. 2023-12-05 12:01:18 -08:00
test_stripe.py stripe: Add some test for self hosted free trial. 2024-01-12 08:50:51 -08:00