Skip to content

Commit 323d70d

Browse files
authored
Merge branch 'main' into oc_download
2 parents 2635646 + 89d8128 commit 323d70d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/model_explainability/guardrails/test_guardrails.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,12 @@
2323

2424

2525
@pytest.mark.parametrize(
26-
"model_namespace",
26+
"model_namespace, minio_pod, minio_data_connection",
2727
[
2828
pytest.param(
2929
{"name": "test-guardrails-image"},
30+
MinIo.PodConfig.QWEN_MINIO_CONFIG,
31+
{"bucket": "llms"},
3032
)
3133
],
3234
indirect=True,

0 commit comments

Comments
 (0)