Bugfix, no response sent to Dmaap for PUT 66/2666/1
authorPatrikBuhr <patrik.buhr@est.tech>
Wed, 4 Mar 2020 08:37:29 +0000 (09:37 +0100)
committerPatrikBuhr <patrik.buhr@est.tech>
Wed, 4 Mar 2020 08:39:13 +0000 (09:39 +0100)
commit47e7c2191584a9bc6d120f91b585d01b44828cc6
treee00a0a4aa1b6edaf1de7931158510463609db4ec
parent8f1c85c3604a0d10675cacd16a7b67dca346d478
Bugfix, no response sent to Dmaap for PUT

The asynch Web client by default emits Mono.empty() when there is no body,
now an empty string is returned instead.

Change-Id: I8963a93bd41c7654cddd9e01700883d472c0d3f0
Issue-ID: NONRTRIC-107
Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
policy-agent/src/main/java/org/oransc/policyagent/clients/AsyncRestClient.java
policy-agent/src/test/java/org/oransc/policyagent/clients/AsyncRestClientTest.java