8 lines
148 B
Python
8 lines
148 B
Python
from app.config import get_settings
|
|
|
|
|
|
def test_defaults():
|
|
s = get_settings()
|
|
assert s.horizon_days == 548
|
|
assert s.gui_user == "admin"
|