diff options
author | Arul.Nambi <arul.nambi@amdocs.com> | 2017-10-13 13:53:04 -0400 |
---|---|---|
committer | Arul.Nambi <arul.nambi@amdocs.com> | 2017-10-13 13:54:55 -0400 |
commit | 693ae815dc41650498fefb87bf2d4a1639a3b855 (patch) | |
tree | 6ef6f6b9a34c7cf2fa8268219972e392972ca5db /src/test/resources/appconfig/search-service.properties | |
parent | e1a380a1311471e972a7196c50c25ed1ef7c25e1 (diff) |
Fixing the startup after junit increase
The ajsc container was starting up after the cleanup. So cleaning up the
servlet filters to remove the unwanted files.
Issue-ID: AAI-429
Change-Id: I254e4421a6e1735191afc48cf58cb3c46e17defc
Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
Diffstat (limited to 'src/test/resources/appconfig/search-service.properties')
-rw-r--r-- | src/test/resources/appconfig/search-service.properties | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/test/resources/appconfig/search-service.properties b/src/test/resources/appconfig/search-service.properties index 13e25ac..4f7f036 100644 --- a/src/test/resources/appconfig/search-service.properties +++ b/src/test/resources/appconfig/search-service.properties @@ -15,9 +15,6 @@ search-service.httpPort=9509 # # Searchable entities search-service.indexName=entity-search-index -# Inventory searches -search-service.topographicalIndexName=topography-search-index -search-service.entityCountHistoryIndexName=entitycounthistoryindex ############################## Version ############################## # |