Update tests for Datafile Collector (DCAE SDK update)
[integration.git] / test / mocks / datafilecollector-testharness / mr-sim / mr-sim.py
index f2b781b..982f4b8 100644 (file)
@@ -1147,7 +1147,7 @@ def getEventHead(groupIndex, changeId, nodename):
     global pnfMap
     pnfMap[groupIndex].add(nodename)
     headStr = """
-        {
+        '{
           "event": {
             "commonEventHeader": {
               "startEpochMicrosec": 8745745764578,
@@ -1203,7 +1203,7 @@ def getEventEnd():
               ]
             }
           }
-        }
+        }'
         """
     return endStr