Skip to content

Commit

Permalink
change server address
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanpharvey committed Sep 4, 2024
1 parent 62b237e commit ef835e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dogstatsd/tests/integration_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ async fn dogstatsd_server_ships_series() {
mock_server.url(),
);

let server_address = "0.0.0.0:8125";
let server_address = "127.0.0.1:8125";
let socket = UdpSocket::bind("0.0.0.0:0")
.await
.expect("unable to bind UDP socket");
Expand Down

0 comments on commit ef835e1

Please sign in to comment.