Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
wenym1 committed Sep 26, 2023
1 parent 0967c3f commit fd685d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e_test/sink/append_only_sink.slt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ create sink invalid_sink_type from t with (connector = 'blackhole', type = 'inva
statement error `force_append_only` must be true or false
create sink invalid_force_append_only from t with (connector = 'blackhole', force_append_only = 'invalid');

statement error invalid connector type: invalid
statement error db error: ERROR: QueryError: internal error: Sink error: config error: unsupported sink connector invalid
create sink invalid_connector from t with (connector = 'invalid');

statement ok
Expand Down

0 comments on commit fd685d8

Please sign in to comment.