From 3c08c04132f4d034c0d13d6b76c0d57e59c67213 Mon Sep 17 00:00:00 2001 From: Bartek Grzybowski Date: Thu, 20 Feb 2020 13:36:34 +0100 Subject: [PATCH] Fix invalid escape sequence causing JSON validation failure Change-Id: I7f7cef9bb30ce19f21e0c8d308bfdf0a04427630 Signed-off-by: Bartek Grzybowski Issue-ID: INT-1437 --- test/postman/14_Vnf_package_onboard.postman_collection.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/postman/14_Vnf_package_onboard.postman_collection.json b/test/postman/14_Vnf_package_onboard.postman_collection.json index ef7fe7395..cec430ad8 100644 --- a/test/postman/14_Vnf_package_onboard.postman_collection.json +++ b/test/postman/14_Vnf_package_onboard.postman_collection.json @@ -175,11 +175,11 @@ "package_content" ] }, - "description": "msb_download:\nget The acquired data needs to be written to the CSAR file, and there is no write operation here; \ nthe vnf package tested here does not exist.\n" + "description": "msb_download:\nget The acquired data needs to be written to the CSAR file, and there is no write operation here; \nthe vnf package tested here does not exist.\n" }, "response": [] } ] } ] -} \ No newline at end of file +} -- 2.16.6