Skip to content

Commit

Permalink
fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
romantomjak committed Jul 15, 2023
1 parent 77f42f5 commit 02404a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/proxmox/common/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ func TestPCIDeviceMapping(t *testing.T) {
device["mapping"] = tc.pciDeviceConfig.Mapping
device["pcie"] = tc.pciDeviceConfig.PCIe
device["mdev"] = tc.pciDeviceConfig.MDEV
device["rombar"] = tc.pciDeviceConfig.HideROMBAR
device["hide_rombar"] = tc.pciDeviceConfig.HideROMBAR
device["romfile"] = tc.pciDeviceConfig.ROMFile
device["sub_device_id"] = tc.pciDeviceConfig.SubDeviceID
device["sub_vendor_id"] = tc.pciDeviceConfig.SubVendorID
Expand Down

0 comments on commit 02404a8

Please sign in to comment.