diff --git a/src/semantic-router/pkg/classification/lora_auto_detection_test.go b/src/semantic-router/pkg/classification/lora_auto_detection_test.go index 9d9aad1d..89c88918 100644 --- a/src/semantic-router/pkg/classification/lora_auto_detection_test.go +++ b/src/semantic-router/pkg/classification/lora_auto_detection_test.go @@ -89,7 +89,7 @@ func TestIntentClassificationLoRAAutoDetection(t *testing.T) { // TestPIIAlreadyHasAutoDetection shows PII detection already works with LoRA auto-detection func TestPIIAlreadyHasAutoDetection(t *testing.T) { - modelPath := "models/lora_pii_detector_bert-base-uncased_model" + modelPath := "../../../../models/lora_pii_detector_bert-base-uncased_model" // Check if LoRA model exists if _, err := os.Stat(modelPath + "/lora_config.json"); os.IsNotExist(err) {