mirror of
https://github.com/zulip/zulip.git
synced 2025-11-07 07:23:22 +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",
|
"displayName": "Hemanth V. Alluri",
|
||||||
"active": true,
|
"active": true,
|
||||||
"timeZone": "Asia/Calcutta",
|
"timeZone": "Asia/Calcutta"
|
||||||
},
|
},
|
||||||
"body": "Sounds like it’s pretty important. I’ll get this fixed ASAP\\!",
|
"body": "Sounds like it’s pretty important. I’ll get this fixed ASAP\\!",
|
||||||
"updateAuthor": {
|
"updateAuthor": {
|
||||||
@@ -31,9 +31,9 @@
|
|||||||
},
|
},
|
||||||
"displayName": "Hemanth V. Alluri",
|
"displayName": "Hemanth V. Alluri",
|
||||||
"active": true,
|
"active": true,
|
||||||
"timeZone": "Asia/Calcutta",
|
"timeZone": "Asia/Calcutta"
|
||||||
},
|
},
|
||||||
"created": "2019-08-16T19:30:17.153+0530",
|
"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