From a96fd576a4cb3cd25fdc2eb0c4f2c1c98f6d50cf Mon Sep 17 00:00:00 2001 From: Michael Arrastia Date: Tue, 5 Jun 2018 13:19:45 +0100 Subject: Update payload format for update notification The update notification event is now aligned with the format of the response event. Both response and update notification events issued by Champ now include top level header and body properties. Change-Id: I00f9971cdbab4944def66c25f5939d5cc4de71bd Issue-ID: AAI-1195 Signed-off-by: Michael Arrastia --- champ-service/src/test/resources/event/event-envelope.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'champ-service/src/test/resources') diff --git a/champ-service/src/test/resources/event/event-envelope.json b/champ-service/src/test/resources/event/event-envelope.json index 68888c0..b31ab55 100644 --- a/champ-service/src/test/resources/event/event-envelope.json +++ b/champ-service/src/test/resources/event/event-envelope.json @@ -3,7 +3,7 @@ "request-id": "2253f351-d9b6-4638-9fe3-2c194bee1b29", "timestamp": "20180316T092301Z", "source-name": "CHAMP", - "event-type": "db-update-result" + "event-type": "update-result" }, "body": { "operation": "CREATE", -- cgit 1.2.3-korg