Commit 20ef032
committed
fix(e2e): change PII test to use 'base-model' instead of 'MoM'
After PR #681 introduced decision-based routing, PII detection requires a
decision to be selected. Using model="MoM" triggers domain classification,
but PII test data is domain-agnostic, so no domain matches, no decision is
selected, and PII detection gets disabled.
Solution: Use model="base-model" directly which matches all decisions in
the CRD. This ensures a decision is selected and PII detection is enabled.
This still tests LoRA PII auto-detection as configured in the classifier
settings, but ensures the decision-based PII plugin is activated.
Signed-off-by: Yossi Ovadia <yovadia@redhat.com>1 parent 76db897 commit 20ef032
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | | - | |
| 138 | + | |
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
| |||
0 commit comments