zulip/zerver
Prakhar Pratyush 688c011a80 test_realm: Remove invalid dummy-uuid used.
Earlier, it was passing tests because the deffered_work queue
that calls send_realms_only_to_push_bouncer didn't update the
realms propery based on response received from bouncer.

This prep commit removes the invalid "dummy-uuid" used, as any
call to send_realms_only_to_push_bouncer will update realms
properties too.

We return an empty realms array as the realm is created midway in
do_create_realm, so the uuid is not already available. Also, our
intent here is not to verify the behaviour of the
send_realms_only_to_push_bouncer function because we'll have
separate tests for that. Here, we verify that deffered_work event
was sent and eventually it made call to send_to_push_bouncer
with appropriate data.
2023-12-11 14:07:39 -08:00
..
actions message: Do not include details of inaccessible users in message data. 2023-12-09 17:23:16 -08:00
data_import python: Consistently use from…import for datetime. 2023-12-05 12:01:18 -08:00
integration_fixtures/nagios
lib models: Store `is_system_bot_realm` information for `RemoteRealm`. 2023-12-11 13:23:49 -08:00
management register_server: Update all the text. 2023-12-10 15:39:10 -08:00
migrations models: Rename 'UserHotspot' model to 'OnboardingStep'. 2023-12-06 18:19:20 -08:00
openapi push-notifications: Update payload for realm name and event string. 2023-12-07 14:14:37 -08:00
tests test_realm: Remove invalid dummy-uuid used. 2023-12-11 14:07:39 -08:00
tornado message: Do not include details of inaccessible users in message data. 2023-12-09 17:23:16 -08:00
transaction_tests mypy: Enable new error explicit-override. 2023-10-12 12:28:41 -07:00
views stripe: Fix customer charged for upgrade during free trial. 2023-12-11 13:23:49 -08:00
webhooks python: Use urlsplit instead of urlparse. 2023-12-05 13:03:07 -08:00
worker python: Use urlsplit instead of urlparse. 2023-12-05 13:03:07 -08:00
__init__.py
apps.py mypy: Enable new error explicit-override. 2023-10-12 12:28:41 -07:00
context_processors.py context_processors: Add common context to be used in corporate pages. 2023-12-08 12:26:12 -08:00
decorator.py python: Use urlsplit instead of urlparse. 2023-12-05 13:03:07 -08:00
filters.py mypy: Enable new error explicit-override. 2023-10-12 12:28:41 -07:00
forms.py registration: Set the organization language at creation time. 2023-10-26 16:27:35 -07:00
logging_handlers.py error_notify: Remove custom email error reporting handler. 2023-07-20 11:00:09 -07:00
middleware.py requests: Add SELF_HOSTING_MANAGEMENT_SUBDOMAIN. 2023-11-22 14:22:26 -08:00
models.py post_analytics: Migrate plan from server to realm after upgrade. 2023-12-11 13:23:49 -08:00
signals.py email: Add a space after the time and AM/PM in the login email. 2023-11-27 09:47:30 -08:00