Skip to content

Commit

Permalink
fix ut
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Chien <[email protected]>
  • Loading branch information
stdrc committed Jan 2, 2025
1 parent 36c3b52 commit 4f31d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/connector/src/sink/kafka.rs
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,7 @@ mod test {
"properties.bootstrap.server".to_owned() => "localhost:9092".to_owned(),
"topic".to_owned() => "test".to_owned(),
"type".to_owned() => "upsert".to_owned(),
"properties.retry.interval".to_owned() => "500minutes".to_owned(), // error!
"properties.retry.interval".to_owned() => "500miiinutes".to_owned(), // invalid duration
};
assert!(KafkaConfig::from_btreemap(properties).is_err());
}
Expand Down

0 comments on commit 4f31d5a

Please sign in to comment.