mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 15:03:34 +00:00
webhooks: Fix invalid JSON in Jira test fixtures.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
02fcb75ded
commit
ae3af9cd56
@@ -16,7 +16,7 @@
|
||||
},
|
||||
"displayName": "Hemanth V. Alluri",
|
||||
"active": true,
|
||||
"timeZone": "Asia/Calcutta",
|
||||
"timeZone": "Asia/Calcutta"
|
||||
},
|
||||
"body": "Sounds like it’s pretty important. I’ll get this fixed ASAP\\!",
|
||||
"updateAuthor": {
|
||||
@@ -31,9 +31,9 @@
|
||||
},
|
||||
"displayName": "Hemanth V. Alluri",
|
||||
"active": true,
|
||||
"timeZone": "Asia/Calcutta",
|
||||
"timeZone": "Asia/Calcutta"
|
||||
},
|
||||
"created": "2019-08-16T19:30:17.153+0530",
|
||||
"updated": "2019-08-16T19:30:17.153+0530",
|
||||
},
|
||||
"updated": "2019-08-16T19:30:17.153+0530"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user