Skip to content

Commit b44f793

Browse files
committed
revert accidental change
1 parent 35a6d3c commit b44f793

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

stac_fastapi/tests/conftest.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ async def app():
224224

225225
post_request_model = create_post_request_model(search_extensions)
226226

227-
app = StacApi(
227+
return StacApi(
228228
settings=settings,
229229
client=CoreClient(
230230
database=database,
@@ -237,8 +237,6 @@ async def app():
237237
search_post_request_model=post_request_model,
238238
).app
239239

240-
return app
241-
242240

243241
@pytest_asyncio.fixture(scope="function")
244242
async def app_rate_limit(monkeypatch):

0 commit comments

Comments
 (0)