Skip to content

Commit 89d8128

Browse files
authored
fix: add missing fixtures to guardrails img test (#368)
1 parent 93d3972 commit 89d8128

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)