First MVP
This commit is contained in:
6
tests/test_config.py
Normal file
6
tests/test_config.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from gitea_codex_bot.config import get_settings
|
||||
|
||||
|
||||
def test_openai_api_key_required() -> None:
|
||||
settings = get_settings()
|
||||
assert settings.openai_api_key.get_secret_value() == "openai-key"
|
||||
Reference in New Issue
Block a user