- Skip requestId lookup when uri is 88/97788/1
authorMerkel, Jeff <jeff.merkel@att.com>
Thu, 31 Oct 2019 12:55:57 +0000 (08:55 -0400)
committerBenjamin, Max (mb388a) <mb388a@att.com>
Thu, 31 Oct 2019 12:55:57 +0000 (08:55 -0400)
commite2d43da8e26857b36faf57032d668bb5ad5eb10d
tree454c4d82b92aa5c16f2c7f40b53db12b6ddd5b43
parent47cb6260f222c2f0cb0c95a53646e3196a930a8b
- Skip requestId lookup when uri is

- Skip requestId lookup when uri is orchestrationRequests.
- Reformatted code to fix the build error.
- Updated mockContext in TC to mock up URI path.
- Added a test that skips the requestId lookup.
- Added verify to ensure the lookup method is not called.
- Fixed the formatting to pass the verify build.

Issue-ID: SO-2499
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: I12a991032a8cd1b3664cc807fde568f89bf779fa
mso-api-handlers/mso-api-handler-common/src/main/java/org/onap/so/apihandler/filters/RequestIdFilter.java
mso-api-handlers/mso-api-handler-common/src/test/java/org/onap/so/apihandler/filters/RequestIdFilterTest.java