We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a049c6 commit 444af35Copy full SHA for 444af35
tests/system_checks/tests.py renamed to tests/indexes_/test_checks.py
@@ -12,7 +12,7 @@
12
13
14
@skipIfDBFeature("supports_atlas_search")
15
-@isolate_apps("system_checks", attr_name="apps")
+@isolate_apps("indexes_", attr_name="apps")
16
@override_system_checks([check_vector_search_indexes])
17
class InvalidSearchIndexesTests(TestCase):
18
def test_requires_atlas_search_support(self):
@@ -41,7 +41,7 @@ class Meta:
41
)
42
43
44
45
46
class InvalidVectorSearchIndexesTests(TestCase):
47
tests/system_checks/__init__.py
0 commit comments