Skip to content

Commit 7f77157

Browse files
committed
Fix test
1 parent adc5335 commit 7f77157

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quickwit/quickwit-serve/src/index_api/rest_handler.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1527,7 +1527,7 @@ mod tests {
15271527
assert_eq!(resp.status(), 400);
15281528
let body = from_utf8_lossy(resp.body());
15291529
assert!(body
1530-
.contains("Quickwit currently supports multiple pipelines only for Kafka sources"));
1530+
.contains("Quickwit currently supports multiple pipelines only for GCP PubSub or Kafka sources"));
15311531
}
15321532
}
15331533

0 commit comments

Comments
 (0)