Skip to content

Commit 778123e

Browse files
authored
Merge pull request #648 from tisnik/nit-missing-assert-in-integration-tests
(nit) Missing assert in integration tests
2 parents 622b11d + 3cda676 commit 778123e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/integration/test_configuration.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ def test_loading_proper_configuration(configuration_filename: str) -> None:
5858
ls_config = cfg.llama_stack_configuration
5959
assert ls_config.use_as_library_client is False
6060
assert ls_config.url == "http://localhost:8321"
61+
assert ls_config.api_key is not None
6162
assert ls_config.api_key.get_secret_value() == "xyzzy"
6263

6364
# check 'user_data_collection' section

0 commit comments

Comments
 (0)