Skip to content

Commit 74e78a8

Browse files
author
Sebastian Holmin
committed
Fixup
1 parent e50b7d2 commit 74e78a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test-manager/src/tests/tunnel_state.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ fn set_bridge_interface_mtu(
3434
) -> anyhow::Result<scopeguard::ScopeGuard<(), impl FnOnce(())>> {
3535
use anyhow::Context;
3636
use test_rpc::net::unix;
37-
let bridge_iface: String = String::new("eth0");
37+
let bridge_iface: String = String::from("eth0");
3838

3939
let previous_mtu = unix::get_mtu(&bridge_iface)
4040
.with_context(|| format!("Failed to get MTU for bridge interface '{bridge_iface}'"))?;

0 commit comments

Comments
 (0)