SLIDER-531 -keep in sync with latest YARN changes
diff --git a/slider-core/src/test/groovy/org/apache/slider/server/appmaster/web/rest/registry/PathEntryMarshalling.groovy b/slider-core/src/test/groovy/org/apache/slider/server/appmaster/web/rest/registry/PathEntryMarshalling.groovy
index 937bebf..5f987c2 100644
--- a/slider-core/src/test/groovy/org/apache/slider/server/appmaster/web/rest/registry/PathEntryMarshalling.groovy
+++ b/slider-core/src/test/groovy/org/apache/slider/server/appmaster/web/rest/registry/PathEntryMarshalling.groovy
@@ -23,6 +23,6 @@
 class PathEntryMarshalling
     extends JsonSerDeser<PathEntryResource> {
   public PathEntryMarshalling() {
-    super(PathEntryResource.class, new byte[0]);
+    super(PathEntryResource.class);
   }
 }
\ No newline at end of file