zulip/zerver/transaction_tests
Prakhar Pratyush fdcd518e26 test_user_groups: Add `durable=True` to the independent transaction.
This commit adds `durable=True` to the short independent db transaction
in `UserGroupRaceConditionTestCase.tearDown` method.

This is as a part of our plan to explicitly mark all the
transaction.atomic calls with either 'savepoint=False' or
'durable=True' as required.
2024-11-21 14:55:15 -08:00
..
__init__.py
test_user_groups.py test_user_groups: Add `durable=True` to the independent transaction. 2024-11-21 14:55:15 -08:00