refactor: rebrand project to HartOMat
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
"""
|
||||
Pytest fixtures for the Schaeffler Automat backend test suite.
|
||||
Pytest fixtures for the HartOMat backend test suite.
|
||||
|
||||
The tests in this suite are divided into:
|
||||
- Unit tests (no DB / network required): excel_parser, models, schemas
|
||||
@@ -122,7 +122,7 @@ from sqlalchemy.ext.asyncio import create_async_engine, AsyncSession, async_sess
|
||||
|
||||
TEST_DB_URL = os.environ.get(
|
||||
"TEST_DATABASE_URL",
|
||||
"postgresql+asyncpg://schaeffler:schaeffler@localhost:5432/schaeffler_test"
|
||||
"postgresql+asyncpg://hartomat:hartomat@localhost:5432/hartomat_test"
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user