diff --git a/src/worblehat/services/config.py b/src/worblehat/services/config.py index 7f2eb5d..1a96c55 100644 --- a/src/worblehat/services/config.py +++ b/src/worblehat/services/config.py @@ -42,6 +42,9 @@ class Config: with Path(password_field).open() as f: return f.read().strip() else: + raise RuntimeError( + "Testing, should only use file.", + ) return password_field @classmethod