Describe the bug
The test_object_notification_setting_configured
test case in the TestAdminMedia
class alters the UserAdmin
class during execution. This change pollutes the test environment and may lead to random test failures in other test cases that rely on the default state of UserAdmin
.