aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@vespa.ai>2023-04-30 14:44:06 +0200
committerJon Bratseth <bratseth@vespa.ai>2023-04-30 14:44:06 +0200
commit00b862bb9ae6f12ab9eb4f65f3c798f00922fecd (patch)
tree0d6a79775a43fd1065fb6b48f0d7bb92d9073230 /config-model/src/test
parent7edb75eeee6e14684d31ec23bcab342de6378605 (diff)
Ignore path on hosted when model-id is set
Diffstat (limited to 'config-model/src/test')
-rw-r--r--config-model/src/test/java/com/yahoo/vespa/model/container/xml/EmbedderTestCase.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-model/src/test/java/com/yahoo/vespa/model/container/xml/EmbedderTestCase.java b/config-model/src/test/java/com/yahoo/vespa/model/container/xml/EmbedderTestCase.java
index ba22e1c6350..50416d50fe5 100644
--- a/config-model/src/test/java/com/yahoo/vespa/model/container/xml/EmbedderTestCase.java
+++ b/config-model/src/test/java/com/yahoo/vespa/model/container/xml/EmbedderTestCase.java
@@ -55,7 +55,7 @@ public class EmbedderTestCase {
String input = "<component id='test' class='" + BUNDLED_EMBEDDER_CLASS + "' bundle='model-integration'>" +
" <config name='" + BUNDLED_EMBEDDER_CONFIG + "'>" +
" <transformerModel model-id='minilm-l6-v2' />" +
- " <tokenizerVocab model-id='bert-base-uncased' />" +
+ " <tokenizerVocab model-id='bert-base-uncased' path='ignored.txt'/>" +
" </config>" +
"</component>";
String component = "<component id='test' class='" + BUNDLED_EMBEDDER_CLASS + "' bundle='model-integration'>" +