We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 757bbc8 commit fc17310Copy full SHA for fc17310
1 file changed
tests/document/test_indexes.py
@@ -466,12 +466,6 @@ class Test(Document):
466
query_plan = Test.objects(a=1).only("a").exclude("id").explain()
467
assert (
468
query_plan["queryPlanner"]["winningPlan"]["inputStage"]["stage"]
469
- == "FETCH"
470
- )
471
- assert (
472
- query_plan["queryPlanner"]["winningPlan"]["inputStage"]["inputStage"][
473
- "stage"
474
- ]
475
== "IXSCAN"
476
)
477
0 commit comments