Skip to content
Snippets Groups Projects
Commit 388dc54c authored by Neda Moeini's avatar Neda Moeini
Browse files

Test env variables.

parent 81da6145
Branches
Tags
No related merge requests found
Pipeline #83875 failed
This commit is part of merge request !60. Comments created here will be created in the context of that merge request.
......@@ -93,7 +93,7 @@ def data_config_filename(configuration_data) -> str:
def db_uri():
"""Provide the database uri configuration to run the migration on."""
return os.environ.get("DATABASE_URI_TEST", "postgresql://gso:gos@localhost/gso-test-db")
return os.environ.get("DATABASE_URI_TEST")
def run_migrations(db_uri: str) -> None:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment