diff options
author | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2020-02-20 13:36:34 +0100 |
---|---|---|
committer | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2020-02-20 13:36:34 +0100 |
commit | 3c08c04132f4d034c0d13d6b76c0d57e59c67213 (patch) | |
tree | 53000affddad08c4b3d38f1ec95a5c801dbffeeb /test/postman | |
parent | d84a71a00fac49967abfb85c8b757e78d5b9d363 (diff) |
Fix invalid escape sequence causing JSON validation failure
Change-Id: I7f7cef9bb30ce19f21e0c8d308bfdf0a04427630
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Issue-ID: INT-1437
Diffstat (limited to 'test/postman')
-rw-r--r-- | test/postman/14_Vnf_package_onboard.postman_collection.json | 4 |
1 files 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 +} |