Skip to content

Commit bd83f3f

Browse files
rnetserdbasunag
authored andcommitted
[model server] Fix runtime request.param name to use external route (opendatahub-io#280)
* fix: fix param name * fix: fix param name
1 parent adba400 commit bd83f3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/model_serving/model_server/storage/minio/test_minio_model_mesh.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
MINIO_DATA_CONNECTION_CONFIG,
3232
{
3333
"runtime_image": MinIo.PodConfig.KSERVE_MINIO_IMAGE,
34-
"external-route": True,
34+
"enable-external-route": True,
3535
**RunTimeConfigs.ONNX_OPSET13_RUNTIME_CONFIG,
3636
},
3737
{
@@ -56,6 +56,6 @@ def test_minio_model_mesh_inference(
5656
inference_service=model_mesh_ovms_minio_inference_service,
5757
inference_config=ONNX_INFERENCE_CONFIG,
5858
inference_type=f"infer-{ModelName.MNIST}",
59-
protocol=Protocols.HTTP,
59+
protocol=Protocols.HTTPS,
6060
use_default_query=True,
6161
)

0 commit comments

Comments
 (0)