Skip to content

Commit 41d16c1

Browse files
jirhikerCopilot
andauthored
Update tests/conftest.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent b3248ab commit 41d16c1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
def pytest_configure():
1919
load_dotenv(override=True)
2020
os.environ.setdefault("POSTGRES_PORT", "54321")
21+
# NOTE: This hardcoded secret key is for tests only and must NEVER be used in production.
2122
os.environ.setdefault("SESSION_SECRET_KEY", "test-session-secret-key")
2223
# Always use test database, never dev
2324
os.environ["POSTGRES_DB"] = "ocotilloapi_test"

0 commit comments

Comments
 (0)