From 758f3cc154d28df97b3995344e0c67190c50a035 Mon Sep 17 00:00:00 2001 From: Marek Gradzki Date: Tue, 19 Jul 2016 13:18:38 +0200 Subject: HONEYCOMB-49: fix outstanding issues found in review Change-Id: Ic3314c8ddf75bda89f5170a503cf589f2ae743ab Signed-off-by: Marek Gradzki --- v3po/postman_rest_collection.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'v3po/postman_rest_collection.json') diff --git a/v3po/postman_rest_collection.json b/v3po/postman_rest_collection.json index a97f632c5..3adf19582 100644 --- a/v3po/postman_rest_collection.json +++ b/v3po/postman_rest_collection.json @@ -588,7 +588,7 @@ { "id": "c067f721-6b1c-f205-799d-720b242f8592", "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/json\n", - "url": "http://localhost:8181/restconf/operational/vpp-classifier:vpp-classifier/", + "url": "http://localhost:8181/restconf/operational/vpp-classifier:vpp-classifier-state/", "preRequestScript": "", "pathVariables": {}, "method": "GET", @@ -630,7 +630,7 @@ { "id": "4f11c937-9562-3377-d03b-a9829b25f688", "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/json\n", - "url": "http://localhost:8181/restconf/operational/vpp-classifier:vpp-classifier/classify-table/table0", + "url": "http://localhost:8181/restconf/operational/vpp-classifier:vpp-classifier-state/classify-table/table0", "preRequestScript": "", "pathVariables": {}, "method": "GET", -- cgit 1.2.3-korg