diff --git a/tests/raw_query/tests.py b/tests/raw_query/tests.py index 0c2f9c8e7a..9b4f886eb4 100644 --- a/tests/raw_query/tests.py +++ b/tests/raw_query/tests.py @@ -202,10 +202,9 @@ def test_translations(self): } } ] - translations = {"first": "first_name", "last": "last_name"} authors = Author.objects.all() self.assertSuccessfulMongoRawQuery( - Author, query, authors, translations=translations + Author, query, authors ) def test_params(self):