Route Constrain policies
[bgpcep.git] / bgp / extensions / route-target / src / test / java / org / opendaylight / protocol / bgp / route / targetcontrain / impl / RouteTargetConstrainRIBSupportTest.java
index d94292359db3c9ff4455eabc1934a6e0e82abdde..528062e8ee58e3369902602c78a7b23dfe1de5fa 100644 (file)
@@ -68,7 +68,7 @@ public class RouteTargetConstrainRIBSupportTest extends AbstractRIBSupportTest<R
                     .setAs4SpecificCommon(AS_COMMON).build())
             .build();
     private static final RouteTargetConstrainRouteKey ROUTE_KEY
-            = new RouteTargetConstrainRouteKey(PATH_ID, "YAAAAEgCAgAAABQAZA==");
+            = new RouteTargetConstrainRouteKey(PATH_ID, "AgIAAAAUAGQ=");
     private static final RouteTargetConstrainRoute ROUTE = new RouteTargetConstrainRouteBuilder()
             .setRouteKey(ROUTE_KEY.getRouteKey())
             .setPathId(ROUTE_KEY.getPathId())