BUG-2738 : fixed path setup tlv type
[bgpcep.git] / pcep / segment-routing / src / test / java / org / opendaylight / protocol / pcep / segment / routing / SrTlvParserTest.java
index 0854f7327a3c29e446682e2204fb89fb127f6584..68515b3b46c24339959e2541b5dbac8a0664bc47 100644 (file)
@@ -25,7 +25,7 @@ public class SrTlvParserTest {
 
     private static final byte[] SPC_TLV_BYTES = { 0x0, 0x1a, 0x0, 0x4, 0x0, 0x0, 0x0, 0x1 };
 
-    private static final byte[] SR_TE_PST_BYTES = { 0x0, 0x1b, 0x0, 0x4, 0x0, 0x0, 0x0, 0x1 };
+    private static final byte[] SR_TE_PST_BYTES = { 0x0, 0x1C, 0x0, 0x4, 0x0, 0x0, 0x0, 0x1 };
 
     @Test
     public void testSrPceCapabilityParser() throws PCEPDeserializerException {