Skip to content

Commit

Permalink
test: fix logical planner test
Browse files Browse the repository at this point in the history
  • Loading branch information
nae701 committed Aug 9, 2020
1 parent 88eeba0 commit 79a685d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -336,7 +336,7 @@ public void shouldThrowOnSuppressDisabledInConfig() {
);

// Then:
assertThat(e.getMessage(), containsString("Suppression is currently disabled in the KsqlConfig."));
assertThat(e.getMessage(), containsString("Suppression is currently disabled. You can enable it by setting ksql.suppress.enabled to true"));
}

private PlanNode buildLogicalPlan(final String query) {
Expand Down

0 comments on commit 79a685d

Please sign in to comment.