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 240dfd9 commit bd3fd9eCopy full SHA for bd3fd9e
backend/arxivsearch/tests/conftest.py
@@ -14,7 +14,7 @@
14
from arxivsearch.main import app
15
16
17
-@pytest_asyncio.fixture(scope="session")
+@pytest.fixture(scope="session")
18
def index():
19
index = SearchIndex(schema=get_schema(), redis_url=config.REDIS_URL)
20
index.create()
0 commit comments