Skip to content

Commit

Permalink
review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
conorbros committed Aug 1, 2023
1 parent e9941dd commit 28164a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shotover-proxy/tests/cassandra_int_tests/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ async fn request_throttling(#[case] driver: CassandraDriver) {

tokio::time::sleep(std::time::Duration::from_secs(1)).await; // sleep to reset the window

shotover.shutdown_and_then_consume_events(&[]).await;
shotover.shutdown_and_then_consume_events(&[EventMatcher::new().with_level(Level::Warn).with_target("shotover::transforms::throttling").with_message(r#"A message was received that could never have been successfully delivered since it contains more sub messages than can ever be allowed through via the `RequestThrottling` transforms `max_requests_per_second` configuration."#)]).await;
}

#[cfg(feature = "alpha-transforms")]
Expand Down

0 comments on commit 28164a6

Please sign in to comment.