diff options
Diffstat (limited to 'src/test/resources/testParseDMaaPLegacy.json')
-rwxr-xr-x | src/test/resources/testParseDMaaPLegacy.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/test/resources/testParseDMaaPLegacy.json b/src/test/resources/testParseDMaaPLegacy.json index fda9c60..9661e30 100755 --- a/src/test/resources/testParseDMaaPLegacy.json +++ b/src/test/resources/testParseDMaaPLegacy.json @@ -4,18 +4,18 @@ "name": "url-precedes-hosts", "cambria.url": "127.0.0.1:3904", "cambria.hosts": "h1.att.com,h2.att.com", - "cambria.topic": "DCAE-RESTCONF-COLLECTOR-EVENTS-DEV" + "cambria.topic": "DCAE-SE-COLLECTOR-EVENTS-DEV", }, { "name": "url-key-missing", "cambria.hosts": "h1.att.com,h2.att.com", - "cambria.topic": "DCAE-RESTCONF-COLLECTOR-EVENTS-DEV" + "cambria.topic": "DCAE-SE-COLLECTOR-EVENTS-DEV", }, { "name": "url-is-null", "cambria.url": null, "cambria.hosts": "h1.att.com,h2.att.com", - "cambria.topic": "DCAE-RESTCONF-COLLECTOR-EVENTS-DEV" + "cambria.topic": "DCAE-SE-COLLECTOR-EVENTS-DEV" } ] }
\ No newline at end of file |