Skip to content

Commit

Permalink
Fix usb unittest as updated usb.ids changed a manufacturer name
Browse files Browse the repository at this point in the history
  • Loading branch information
g-bougard committed Jun 29, 2018
1 parent 086187b commit 7ff401a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/tasks/inventory/windows/usb.t
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ my %tests = (
},
{
CAPTION => 'Printing Support',
MANUFACTURER => 'Hewlett-Packard',
MANUFACTURER => 'HP, Inc',
NAME => 'Printing Support',
CAPTION => 'Printing Support',
SERIAL => 'JV40VNJ',
Expand All @@ -120,7 +120,7 @@ my %tests = (
},
{
CAPTION => 'LaserJet P2015 series',
MANUFACTURER => 'Hewlett-Packard',
MANUFACTURER => 'HP, Inc',
NAME => 'LaserJet P2015 series',
CAPTION => 'LaserJet P2015 series',
SERIAL => '00CNBW86S20B',
Expand Down

0 comments on commit 7ff401a

Please sign in to comment.