Skip to content

Commit 2abcfa6

Browse files
committed
fix test
1 parent 083c8cd commit 2abcfa6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

rs/ic_os/os_tools/guestos_tool/src/generate_network_config.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -433,8 +433,7 @@ mod tests {
433433

434434
let result = generate_networkd_config_contents(network_info, interface_name, false);
435435

436-
let expected_output =
437-
"[Match]\nName=enp65s0f1\nVirtualization=!container\n[Network]\nIPv6AcceptRA=true\n";
436+
let expected_output = "[Match]\nName=enp65s0f1\nVirtualization=!container\n[Network]\nIPv6AcceptRA=true\nDHCP=yes\n";
438437
assert_eq!(result, expected_output);
439438
}
440439
}

0 commit comments

Comments
 (0)