webhooks: Fix invalid JSON in Hello World test fixtures.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2020-08-07 02:20:00 -07:00 committed by Tim Abbott
parent 5043f6039b
commit 123790a72d
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
{
"featured_title":"Goodbye",
"featured_url":"https://en.wikipedia.org/wiki/Goodbye",
"featured_url":"https://en.wikipedia.org/wiki/Goodbye"
}

View File

@ -1,4 +1,4 @@
{
"featured_title":"Marilyn Monroe",
"featured_url":"https://en.wikipedia.org/wiki/Marilyn_Monroe",
"featured_url":"https://en.wikipedia.org/wiki/Marilyn_Monroe"
}