summaryrefslogtreecommitdiffstats
path: root/aai-schema-ingest/src/test/resources/edgerequests.json
diff options
context:
space:
mode:
authorLukasz Rajewski <lukasz.rajewski@t-mobile.pl>2024-01-10 13:13:39 +0000
committerGerrit Code Review <gerrit@onap.org>2024-01-10 13:13:39 +0000
commit09fd390a6f265419edcc8d1225a43b9a85dcd76a (patch)
treecd616ffcaa5ec79a19b057faff6858acde3fe8e9 /aai-schema-ingest/src/test/resources/edgerequests.json
parent60eea4e2fdf10204147a22e78a165ed087fddbef (diff)
parentdc7a552c80013fdf7701705890c70674271fd7da (diff)
Merge "Update spring boot to 2.2"
Diffstat (limited to 'aai-schema-ingest/src/test/resources/edgerequests.json')
-rw-r--r--aai-schema-ingest/src/test/resources/edgerequests.json18
1 files changed, 9 insertions, 9 deletions
diff --git a/aai-schema-ingest/src/test/resources/edgerequests.json b/aai-schema-ingest/src/test/resources/edgerequests.json
index 0878686f..28f5da79 100644
--- a/aai-schema-ingest/src/test/resources/edgerequests.json
+++ b/aai-schema-ingest/src/test/resources/edgerequests.json
@@ -4,47 +4,47 @@
{
"aai-uri": "/versions",
"response-file": "payload/versions.json",
- "content": "application/json;charset=UTF-8"
+ "content": "application/json"
},
{
"aai-uri": "/edgerules?version=v8",
"response-file": "edgeRules/test_v8.json",
- "content": "application/json;charset=UTF-8"
+ "content": "application/json"
},
{
"aai-uri": "/edgerules?version=v9",
"response-file": "edgeRules/test_v9.json",
- "content": "application/json;charset=UTF-8"
+ "content": "application/json"
},
{
"aai-uri": "/edgerules?version=v10",
"response-file": "edgeRules/test_v10.json",
- "content": "application/json;charset=UTF-8"
+ "content": "application/json"
},
{
"aai-uri": "/edgerules?version=v11",
"response-file": "edgeRules/test_v11.json",
- "content": "application/json;charset=UTF-8"
+ "content": "application/json"
},
{
"aai-uri": "/edgerules?version=v12",
"response-file": "edgeRules/test_v12.json",
- "content": "application/json;charset=UTF-8"
+ "content": "application/json"
},
{
"aai-uri": "/edgerules?version=v13",
"response-file": "edgeRules/test_v13.json",
- "content": "application/json;charset=UTF-8"
+ "content": "application/json"
},
{
"aai-uri": "/edgerules?version=v14",
"response-file": "edgeRules/test_v14.json",
- "content": "application/json;charset=UTF-8"
+ "content": "application/json"
},
{
"aai-uri": "/edgerules?version=v15",
"response-file": "edgeRules/test_v15.json",
- "content": "application/json;charset=UTF-8"
+ "content": "application/json"
}
]
}