Do not use an exception to communicate an ok response in the /echo endpoint 11/137911/1
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Wed, 15 May 2024 14:25:00 +0000 (16:25 +0200)
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Wed, 15 May 2024 14:25:00 +0000 (16:25 +0200)
commitda3a0ffd66b14e450f648bfe3737f3c933280087
tree3ad092236a931d720c6fe16df6739eaa3ad7bdfe
parent13a082c7c8529612c7890e52e3e2b35024cf289f
Do not use an exception to communicate an ok response in the /echo endpoint

- do not use an AAIException to return a 200 OK response

Issue-ID: AAI-3847
Change-Id: I29b20bb408fa55d5a18ab4e1981d7c2c435410a4
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
aai-resources/src/main/java/org/onap/aai/rest/util/EchoResponse.java
aai-resources/src/test/java/org/onap/aai/rest/util/EchoResponseTest.java