CSIT-536 HC Test: support testing with ODL client
[csit.git] / resources / libraries / python / honeycomb / HcAPIKwInterfaces.py
index 3351ebf..b4746e2 100644 (file)
@@ -1544,7 +1544,7 @@ class InterfaceKeywords(object):
         """
 
         interface = intf.replace("/", "%2F")
-        path = "/interface/{0}/pbb-rewrite/".format(interface)
+        path = "/interface/{0}/pbb-rewrite".format(interface)
         status_code, resp = HcUtil. \
             put_honeycomb_data(node, "config_vpp_interfaces", params, path,
                                data_representation=DataRepresentation.JSON)