Skip to content

Commit

Permalink
Add crate::test_util::trace_init at sinks::statsd::test::test_send_to…
Browse files Browse the repository at this point in the history
…_statsd

Signed-off-by: MOZGIII <[email protected]>
  • Loading branch information
MOZGIII committed Feb 26, 2020
1 parent b7addb5 commit a5889e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/sinks/statsd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,8 @@ mod test {

#[test]
fn test_send_to_statsd() {
crate::test_util::trace_init();

let config = StatsdSinkConfig {
namespace: "vector".into(),
address: default_address(),
Expand Down

0 comments on commit a5889e0

Please sign in to comment.