Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
kmd-fl committed Sep 26, 2024
1 parent b5b1b75 commit e338b67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/server-config/src/resolved_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -883,6 +883,7 @@ mod tests {
libvirt_uri: "qemu:///system".to_string(),
allow_gpu: true,
network: VmNetworkConfig {
interface: Some("eth0".to_string()),
bridge_name: "br422442".to_string(),
public_ip: Ipv4Addr::new(1, 1, 1, 1),
vm_ip: Ipv4Addr::new(2, 2, 2, 2),
Expand Down

0 comments on commit e338b67

Please sign in to comment.