Skip to content

Commit

Permalink
Test debug
Browse files Browse the repository at this point in the history
  • Loading branch information
abhahn committed Aug 21, 2024
1 parent a22b25a commit 1e75fcf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit_tests/test_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ def app_settings(dotenv_path):
os.environ["DOTENV_PATH"] = dotenv_path
settings_module = import_module("backend.settings")
settings_module = reload(settings_module)
print(os.environ.items())

yield getattr(settings_module, "app_settings")

Expand Down

0 comments on commit 1e75fcf

Please sign in to comment.