Skip to content
Snippets Groups Projects
Commit 12fb9693 authored by Komal Makkar's avatar Komal Makkar
Browse files

updated changes

parent 36484e7d
No related branches found
No related tags found
1 merge request!56[Core] [Azure] Adding handshake filter
Pipeline #20902 failed
......@@ -42,7 +42,17 @@ public class PubsubEndpointHMACDescriptor extends RestDescriptor {
" \"eventType\": \"recordInserted\",\n" +
" \"subject\": \"myapp/vehicles/motorcycles\",\n" +
" \"data\": {\n" +
" \"data\": {},\n" +
" \"data\": [\n" +
" {\n" +
" \"id\": \"opendes:doc:e22b62ea94a042bfbe0f2f08155e2886\",\n" +
" \"kind\": \"opendes:at:wellbore:1.0.0\",\n" +
" \"op\": \"create\"\n" +
" },\n" +
" {\n" +
" \"id\": \"opendes:doc:e9afef0fffa142889ff45a6179a3989b\",\n" +
" \"kind\": \"opendes:at:wellbore:1.0.0\",\n" +
" \"op\": \"create\"\n" +
" }],\n" +
" \"account-id\": \"asdf\",\n" +
" \"correlation-id\": \""+ UUID.randomUUID() +"\",\n" +
" \"data-partition-id\": \""+ TestUtils.getOsduTenant() +"\"\n" +
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment