diff --git a/src/consents/tests/tests_consent_operations.py b/src/consents/tests/tests_consent_operations.py
index 93dc86920ff115f645002f4c3d376333c6d09f29..72887c8900856c3591b92fc17a3d4dc317f17474 100644
--- a/src/consents/tests/tests_consent_operations.py
+++ b/src/consents/tests/tests_consent_operations.py
@@ -244,7 +244,6 @@ class BaseTestCase(TransactionTestCase):
 
     def setUp(self):
         call_command('check_and_apply_migrations')
-        call_command('create_mongo_index')
         normal_user = CustomUser.objects.create_user(
             self.test_user_email, self.test_user_password
         )