Skip to content

Commit

Permalink
Update t/tasks/inventory/generic/remote_mgmt/rms.t
Browse files Browse the repository at this point in the history
Co-authored-by: Guillaume Bougard <[email protected]>
  • Loading branch information
yes1n and g-bougard authored Sep 26, 2023
1 parent e3dbc60 commit e4e19a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/tasks/inventory/generic/remote_mgmt/rms.t
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ foreach my $test (keys(%win32_tests)) {
'_getRegistryKey',
_mockGetRegistryKey($test)
);
my $internetID = GLPI::Agent::Task::Inventory::Generic::Remote_Mgmt::RMS::_getID_MSWin32();
my $internetID = GLPI::Agent::Task::Inventory::Generic::Remote_Mgmt::RMS::_getID();
is($win32_tests{$test}, $internetID, "RMS win32 getID - $test");
}

Expand Down

0 comments on commit e4e19a6

Please sign in to comment.