summaryrefslogtreecommitdiffstats
path: root/src/test/resources/es_test_scripts/topographicalConfigSettings.json
diff options
context:
space:
mode:
authorda490c <dave.adams@amdocs.com>2018-03-22 00:32:52 -0400
committerda490c <dave.adams@amdocs.com>2018-03-22 09:34:25 -0400
commitba31685194c77ef140411531299696ae701385d4 (patch)
tree912f7d5b3378901ccabb8df52b26866d74572f10 /src/test/resources/es_test_scripts/topographicalConfigSettings.json
parentef7f255958e541ffaec0fd2a977440dd7b6fd6b8 (diff)
Convert Sparky to Spring-Boot
Issue-ID: AAI-599 Change-Id: If474dd02794f442fdddcd90f62fb75e0d6b907e7 Signed-off-by: da490c <dave.adams@amdocs.com>
Diffstat (limited to 'src/test/resources/es_test_scripts/topographicalConfigSettings.json')
-rw-r--r--src/test/resources/es_test_scripts/topographicalConfigSettings.json24
1 files changed, 0 insertions, 24 deletions
diff --git a/src/test/resources/es_test_scripts/topographicalConfigSettings.json b/src/test/resources/es_test_scripts/topographicalConfigSettings.json
deleted file mode 100644
index c9f5d5d..0000000
--- a/src/test/resources/es_test_scripts/topographicalConfigSettings.json
+++ /dev/null
@@ -1,24 +0,0 @@
-{
- "mappings": {
- "default": {
- "properties": {
- "pkey": {
- "type": "string"
- },
- "entityType": {
- "type": "string"
- },
- "longitude": {
- "type": "string"
- },
- "latitude": {
- "type": "string"
- },
- "selfLink": {
- "type": "string"
- }
- }
- }
-
- }
-}