We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 622b11d + 3cda676 commit 778123eCopy full SHA for 778123e
1 file changed
tests/integration/test_configuration.py
@@ -58,6 +58,7 @@ def test_loading_proper_configuration(configuration_filename: str) -> None:
58
ls_config = cfg.llama_stack_configuration
59
assert ls_config.use_as_library_client is False
60
assert ls_config.url == "http://localhost:8321"
61
+ assert ls_config.api_key is not None
62
assert ls_config.api_key.get_secret_value() == "xyzzy"
63
64
# check 'user_data_collection' section
0 commit comments