aboutsummaryrefslogtreecommitdiffstats
path: root/test/mocks/pnfsimulator/simulator-cli
diff options
context:
space:
mode:
authorBartek Grzybowski <b.grzybowski@partner.samsung.com>2020-02-26 15:16:20 +0100
committerMorgan Richomme <morgan.richomme@orange.com>2020-03-02 14:20:42 +0000
commitaa37c41068417272f33571457dfffcf0044c7196 (patch)
treee50184d468da901d5e8c7af371b7818a9871961d /test/mocks/pnfsimulator/simulator-cli
parent44983794541548e19d88fedc87110a2965c6389f (diff)
Fix JSON files linter issues in test/mocks/pnfsimulator
This is needed prior to adding job for JSON files linting in CI. Change-Id: Ia5fadb693a74bc307d24c9de89131efcbb133ebe Issue-ID: INT-1451 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Diffstat (limited to 'test/mocks/pnfsimulator/simulator-cli')
-rw-r--r--test/mocks/pnfsimulator/simulator-cli/tests/resources/notification.json22
1 files changed, 12 insertions, 10 deletions
diff --git a/test/mocks/pnfsimulator/simulator-cli/tests/resources/notification.json b/test/mocks/pnfsimulator/simulator-cli/tests/resources/notification.json
index bdba8ae59..ca9641ec0 100644
--- a/test/mocks/pnfsimulator/simulator-cli/tests/resources/notification.json
+++ b/test/mocks/pnfsimulator/simulator-cli/tests/resources/notification.json
@@ -1,15 +1,17 @@
{
- "commonEventHeader": {
- "domain": "notification",
- "eventName": "#RandomString(20)",
- "version": "4.0.1"
- },
- "notificationFields": {
- "arrayOfNamedHashMap": [{
+ "commonEventHeader": {
+ "domain": "notification",
+ "eventName": "#RandomString(20)",
+ "version": "4.0.1"
+ },
+ "notificationFields": {
+ "arrayOfNamedHashMap": [
+ {
"name": "A20161221.1031-1041.bin.gz",
"hashMap": {
"fileformatType": "org.3GPP.32.435#measCollec"
}
- }]
- }
-} \ No newline at end of file
+ }
+ ]
+ }
+}