diff options
author | adheli.tavares <adheli.tavares@est.tech> | 2023-10-04 16:13:59 +0100 |
---|---|---|
committer | adheli.tavares <adheli.tavares@est.tech> | 2023-10-04 16:14:33 +0100 |
commit | b6d09ef9da41191199f2da7958d5b418ed2da8d9 (patch) | |
tree | 0a14755192f1418ab4c14e06858d0993a090bb40 /feature-healthcheck/src/test/resources | |
parent | 396f60280265a37379916ad12752a94691118f65 (diff) |
Remove AAF from drools-pdp
Issue-ID: POLICY-4592
Change-Id: Ibe7fb63017f862bdab4a80444a00324040b1ab87
Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
Diffstat (limited to 'feature-healthcheck/src/test/resources')
-rw-r--r-- | feature-healthcheck/src/test/resources/feature-healthcheck.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/feature-healthcheck/src/test/resources/feature-healthcheck.properties b/feature-healthcheck/src/test/resources/feature-healthcheck.properties index 63a71b6e..6f9b21a9 100644 --- a/feature-healthcheck/src/test/resources/feature-healthcheck.properties +++ b/feature-healthcheck/src/test/resources/feature-healthcheck.properties @@ -3,6 +3,7 @@ # ONAP # ================================================================================ # Copyright (C) 2022 AT&T Intellectual Property. All rights reserved. +* Modifications Copyright (C) 2023 Nordix Foundation. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -24,7 +25,6 @@ http.server.services.HEALTHCHECK.host=localhost http.server.services.HEALTHCHECK.userName=username http.server.services.HEALTHCHECK.password=password http.server.services.HEALTHCHECK.restClasses=org.onap.policy.drools.healthcheck.RestMockHealthCheck -http.server.services.HEALTHCHECK.filterClasses=org.onap.policy.drools.healthcheck.TestAafHealthCheckFilter http.server.services.HEALTHCHECK.port=7777 http.server.services.LIVENESS.host=localhost |