Skip to content

Improve environment variable fetching in tests

Nils VAN ZUIJLEN requested to merge accounts-tests into master

Uses the os.environ.get method instead of a dict-like lookup and a try-except block

Merge request reports