aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/java/com/yahoo/vespa/model/content
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@online.no>2023-05-19 13:00:37 +0200
committerTor Egge <Tor.Egge@online.no>2023-05-19 13:00:37 +0200
commit87c2677daa665ea5fb2c133f7160ad6ea00a15d4 (patch)
treedfc9b3bf2bd1f890148ba73a7f427f190b8c3d55 /config-model/src/test/java/com/yahoo/vespa/model/content
parenta1ed382bcd9966230516e5fff41517cabbf8d082 (diff)
Enable explicit indexing docproc in streaming search mode.
Diffstat (limited to 'config-model/src/test/java/com/yahoo/vespa/model/content')
-rw-r--r--config-model/src/test/java/com/yahoo/vespa/model/content/IndexingAndDocprocRoutingTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-model/src/test/java/com/yahoo/vespa/model/content/IndexingAndDocprocRoutingTest.java b/config-model/src/test/java/com/yahoo/vespa/model/content/IndexingAndDocprocRoutingTest.java
index 4476e128196..ac9d0ad8724 100644
--- a/config-model/src/test/java/com/yahoo/vespa/model/content/IndexingAndDocprocRoutingTest.java
+++ b/config-model/src/test/java/com/yahoo/vespa/model/content/IndexingAndDocprocRoutingTest.java
@@ -220,7 +220,7 @@ public class IndexingAndDocprocRoutingTest extends ContentBaseTest {
fail("Expected exception");
}
catch (IllegalArgumentException e) {
- assertTrue(e.getMessage().startsWith("Indexing cluster 'musiccluster' specifies the chain 'default' as indexing chain"));
+ assertTrue(e.getMessage().startsWith("content cluster 'musiccluster' specifies the chain 'default' as indexing chain"));
}
}