diff options
Diffstat (limited to 'src/test/resources')
-rw-r--r-- | src/test/resources/datarouter_subscriber_test/valid_bc_response.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/test/resources/datarouter_subscriber_test/valid_bc_response.json b/src/test/resources/datarouter_subscriber_test/valid_bc_response.json new file mode 100644 index 0000000..201b786 --- /dev/null +++ b/src/test/resources/datarouter_subscriber_test/valid_bc_response.json @@ -0,0 +1,15 @@ +{ + "type": "dr_Sub", + "lastMod": "2019-03-11T14:29:39.659", + "status": "VALID", + "dcaeLocationName": "location", + "deliveryURL": "delivery_url", + "feedId": "2", + "logURL": "https://dmaap-dr-prov/sublog/2", + "owner": "DGL", + "subId": "1", + "suspended": false, + "use100": false, + "username": "username", + "userpwd": "password" +}
\ No newline at end of file |