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

Test env variables.

parent 81da6145
No related branches found
No related tags found
No related merge requests found
Pipeline #83875 failed
...@@ -93,7 +93,7 @@ def data_config_filename(configuration_data) -> str: ...@@ -93,7 +93,7 @@ def data_config_filename(configuration_data) -> str:
def db_uri(): def db_uri():
"""Provide the database uri configuration to run the migration on.""" """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: 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