fixed tests to expect __error__ instead of error mark
[scpubgit/System-Introspector.git] / t / puppet.t
index c7e396b..946ae6d 100644 (file)
@@ -19,7 +19,7 @@ is_deeply $data->{resources}{list},
      [file => '/home/foo/quux'],
      [package => 'baz'],
      [group => 'bar'],
-     [error => 'invalid'],
+     [__error__ => 'invalid'],
      [foo => 'bar']],
     'resources parsing';