From: Bartek Grzybowski Date: Thu, 20 Feb 2020 12:36:34 +0000 (+0100) Subject: Fix invalid escape sequence causing JSON validation failure X-Git-Tag: 6.0.0-ONAP~197 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F71%2F102071%2F1;p=integration.git Fix invalid escape sequence causing JSON validation failure Change-Id: I7f7cef9bb30ce19f21e0c8d308bfdf0a04427630 Signed-off-by: Bartek Grzybowski Issue-ID: INT-1437 --- 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 +}