diff --git a/xt/10_remote_snmplabs.t b/xt/10_remote_snmplabs.t index cdbe66be..d21f4991 100644 --- a/xt/10_remote_snmplabs.t +++ b/xt/10_remote_snmplabs.t @@ -25,7 +25,7 @@ my $info = SNMP::Info->new( ok($info, 'SNMP::Info instantiated'); ok((!defined $info->error()), 'No error on initial connection'); -is($info->name(), 'Reboot', 'name is Reboot'); +is($info->name(), 'new system name', 'name is "new system name"'); is($info->class(), 'SNMP::Info::Layer3::NetSNMP', 'class is Layer3::NetSNMP'); done_testing;