Skip to content

Commit 7ff401a

Browse files
committed
Fix usb unittest as updated usb.ids changed a manufacturer name
1 parent 086187b commit 7ff401a

File tree

1 file changed

+2
-2
lines changed
  • t/tasks/inventory/windows

1 file changed

+2
-2
lines changed

t/tasks/inventory/windows/usb.t

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ my %tests = (
102102
},
103103
{
104104
CAPTION => 'Printing Support',
105-
MANUFACTURER => 'Hewlett-Packard',
105+
MANUFACTURER => 'HP, Inc',
106106
NAME => 'Printing Support',
107107
CAPTION => 'Printing Support',
108108
SERIAL => 'JV40VNJ',
@@ -120,7 +120,7 @@ my %tests = (
120120
},
121121
{
122122
CAPTION => 'LaserJet P2015 series',
123-
MANUFACTURER => 'Hewlett-Packard',
123+
MANUFACTURER => 'HP, Inc',
124124
NAME => 'LaserJet P2015 series',
125125
CAPTION => 'LaserJet P2015 series',
126126
SERIAL => '00CNBW86S20B',

0 commit comments

Comments
 (0)