diff --git a/test/__snapshots__/integration.test.js.snap b/test/__snapshots__/integration.test.js.snap index 72ade7543..5e840ab85 100644 --- a/test/__snapshots__/integration.test.js.snap +++ b/test/__snapshots__/integration.test.js.snap @@ -3211,7 +3211,7 @@ It is a dummy system info message. \`\`\`json { \\"prop1\\": \\"option1\\", - \\"sentAt\\": \\"2020-01-31T13:24:53.000Z\\" + \\"sentAt\\": \\"2020-01-31T13:24:53Z\\" } \`\`\` @@ -3219,7 +3219,7 @@ It is a dummy system info message. \`\`\`json { \\"prop1\\": \\"option2\\", - \\"sentAt\\": \\"2020-01-31T13:24:53.000Z\\" + \\"sentAt\\": \\"2020-01-31T13:24:53Z\\" } \`\`\` @@ -7494,13 +7494,13 @@ string
Example #1
{
   \\"prop1\\": \\"option1\\",
-  \\"sentAt\\": \\"2020-01-31T13:24:53.000Z\\"
+  \\"sentAt\\": \\"2020-01-31T13:24:53Z\\"
 }
Example #2
{
   \\"prop1\\": \\"option2\\",
-  \\"sentAt\\": \\"2020-01-31T13:24:53.000Z\\"
+  \\"sentAt\\": \\"2020-01-31T13:24:53Z\\"
 }