@@ -307,7 +307,7 @@ def test_authentication_configuration_in_config_noop() -> None:
307307 llama_stack = LlamaStackConfiguration (
308308 use_as_library_client = True ,
309309 library_client_config_path = "tests/configuration/run.yaml" ,
310- url = "localhost" ,
310+ url = "http:// localhost" ,
311311 api_key = SecretStr ("" ),
312312 timeout = 60 ,
313313 ),
@@ -346,7 +346,7 @@ def test_authentication_configuration_skip_readiness_probe() -> None:
346346 llama_stack = LlamaStackConfiguration (
347347 use_as_library_client = True ,
348348 library_client_config_path = "tests/configuration/run.yaml" ,
349- url = "localhost" ,
349+ url = "http:// localhost" ,
350350 api_key = SecretStr ("" ),
351351 timeout = 60 ,
352352 ),
@@ -393,7 +393,7 @@ def test_authentication_configuration_in_config_k8s() -> None:
393393 llama_stack = LlamaStackConfiguration (
394394 use_as_library_client = True ,
395395 library_client_config_path = "tests/configuration/run.yaml" ,
396- url = "localhost" ,
396+ url = "http:// localhost" ,
397397 api_key = SecretStr ("" ),
398398 timeout = 60 ,
399399 ),
@@ -450,7 +450,7 @@ def test_authentication_configuration_in_config_rh_identity() -> None:
450450 llama_stack = LlamaStackConfiguration (
451451 use_as_library_client = True ,
452452 library_client_config_path = "tests/configuration/run.yaml" ,
453- url = "localhost" ,
453+ url = "http:// localhost" ,
454454 api_key = SecretStr ("" ),
455455 timeout = 60 ,
456456 ),
@@ -497,7 +497,7 @@ def test_authentication_configuration_in_config_jwktoken() -> None:
497497 llama_stack = LlamaStackConfiguration (
498498 use_as_library_client = True ,
499499 library_client_config_path = "tests/configuration/run.yaml" ,
500- url = "localhost" ,
500+ url = "http:// localhost" ,
501501 api_key = SecretStr ("" ),
502502 timeout = 60 ,
503503 ),
0 commit comments