removed unrequired explicit 'list' data levels
[scpubgit/System-Introspector.git] / t / users.t
index ccd6826..efaba05 100644 (file)
--- a/t/users.t
+++ b/t/users.t
@@ -44,9 +44,11 @@ do {
         },
     }, 'ssh key data';
 
-    is_deeply $user->{groups}, {
-        list => [qw( testfoo_group_A testfoo_group_B testfoo_group_C )],
-    }, 'groups list';
+    is_deeply $user->{groups}, [qw(
+        testfoo_group_A
+        testfoo_group_B
+        testfoo_group_C
+    )], 'groups list';
 
     my $tab = $user->{crontab};
     ok $tab, 'got crontab results';