Add priority to remaining intent types

Change-Id: I77a7c2fbdb0f6b6a9d3c08cf190ab8cf4968668d
diff --git a/core/net/src/test/java/org/onosproject/net/intent/impl/installer/MplsPathIntentInstallerTest.java b/core/net/src/test/java/org/onosproject/net/intent/impl/installer/MplsPathIntentInstallerTest.java
index a0e635f..8001eed 100644
--- a/core/net/src/test/java/org/onosproject/net/intent/impl/installer/MplsPathIntentInstallerTest.java
+++ b/core/net/src/test/java/org/onosproject/net/intent/impl/installer/MplsPathIntentInstallerTest.java
@@ -74,7 +74,8 @@
                 new DefaultPath(PID, links, hops),
                 ingressLabel,
                 egressLabel,
-                ImmutableList.of());
+                ImmutableList.of(),
+                55);
     }
 
     /**