Skip to content

Commit

Permalink
fix one test
Browse files Browse the repository at this point in the history
  • Loading branch information
davepacheco committed Dec 22, 2023
1 parent fa81602 commit 0c9eaf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nexus/db-model/src/inventory.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1149,10 +1149,10 @@ impl InvOmicronZoneNic {
zone_id: Uuid,
) -> nexus_types::inventory::NetworkInterface {
nexus_types::inventory::NetworkInterface {
id: zone_id,
id: self.id,
ip: self.ip.ip(),
kind: nexus_types::inventory::NetworkInterfaceKind::Service(
self.id,
zone_id,
),
mac: (*self.mac).into(),
name: (&(*self.name)).into(),
Expand Down

0 comments on commit 0c9eaf1

Please sign in to comment.