diff --git a/scripts/run-local-tests.sh b/scripts/run-local-tests.sh index 68c23d3a..88fb3347 100755 --- a/scripts/run-local-tests.sh +++ b/scripts/run-local-tests.sh @@ -46,4 +46,4 @@ NO_PYDANTIC_SSM_SETTINGS=1 python -m pytest --cov=ingest_api/runtime/src ingest_ # Transactions tests echo "--- Running stac api runtime tests ---" -python -m pytest stac_api/runtime/tests/ --asyncio-mode=auto -vv -s -p no:warnings \ No newline at end of file +python -m pytest stac_api/runtime/tests/ --asyncio-mode=auto -vv -s -p no:warnings