Files
zulip/zerver/tests/test_message_topics.py
Prakhar Pratyush 7e20100ebd test_message_topics: Optimize test by limiting fetch_event_types.
Earlier, in 'EmptyTopicNameTest.test_initial_state_data',
we were not passing a short 'fetch_event_types' to 'do_events_register'
resulting in unnecessary work to fetch extra initial data which
isn't important for the test.

This commits updates the test to pass a 'fetch_event_types'
parameter with the event types required for the test.
2025-03-28 09:24:47 -07:00

34 KiB