1
0
fin-depo/test/secrets.py
Jon Michael Aanes ae3081381a
Some checks failed
Test Python / Test (push) Failing after 24s
Use SecretLoader for tests
2024-07-08 00:48:36 +02:00

7 lines
177 B
Python

from secret_loader import SecretLoader
load_secret = SecretLoader().load
NORDNET_USERNAME = load_secret('NORDNET_USERNAME')
NORDNET_PASSWORD = load_secret('NORDNET_PASSWORD')