summaryrefslogtreecommitdiffstats
path: root/src/test/resources/testParseDMaaPCredentialsGen2.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/resources/testParseDMaaPCredentialsGen2.json')
-rwxr-xr-xsrc/test/resources/testParseDMaaPCredentialsGen2.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/test/resources/testParseDMaaPCredentialsGen2.json b/src/test/resources/testParseDMaaPCredentialsGen2.json
index 23230c1..953cb6e 100755
--- a/src/test/resources/testParseDMaaPCredentialsGen2.json
+++ b/src/test/resources/testParseDMaaPCredentialsGen2.json
@@ -2,20 +2,20 @@
"auth-credentials-null": {
"aaf_username": null,
"dmaap_info": {
- "topic_url": "http://UEBHOST:3904/events/DCAE-RESTCONF-COLLECTOR-EVENTS-DEV"
+ "topic_url": "http://UEBHOST:3904/events/DCAE-SE-COLLECTOR-EVENTS-DEV",
},
"aaf_password": null
},
"auth-credentials-present": {
"aaf_username": "sampleUser",
"dmaap_info": {
- "topic_url": "http://UEBHOST:3904/events/DCAE-RESTCONF-COLLECTOR-EVENTS-DEV"
+ "topic_url": "http://UEBHOST:3904/events/DCAE-SE-COLLECTOR-EVENTS-DEV",
},
"aaf_password": "samplePassword"
},
"auth-credentials-missing": {
"dmaap_info": {
- "topic_url": "http://UEBHOST:3904/events/DCAE-RESTCONF-COLLECTOR-EVENTS-DEV"
+ "topic_url": "http://UEBHOST:3904/events/DCAE-SE-COLLECTOR-EVENTS-DEV",
}
}
} \ No newline at end of file