Skip to content
Snippets Groups Projects
Commit 73973b48 authored by Benjamin Ledel's avatar Benjamin Ledel
Browse files

* fix tests

parent 69905511
No related branches found
No related tags found
1 merge request!1#155: fixed data disclosure tests for environments where no mongodb is...
Pipeline #1656597 passed
......@@ -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
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment