Skip to content

Commit

Permalink
Fix test_db_column_name_is_used_in_raw_query
Browse files Browse the repository at this point in the history
  • Loading branch information
aclark4life committed Nov 11, 2024
1 parent 29abd5a commit e1c680a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/raw_query/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ def test_db_column_name_is_used_in_raw_query(self):
self.assertEqual(
list(
BookFkAsPk.objects.raw_mql(
[{"$project": { "not_the_default": 1}}]
[{"$project": { "not_the_default": 1, "_id": 0 }}]
)
),
[b],
Expand Down

0 comments on commit e1c680a

Please sign in to comment.