mirror of https://github.com/zulip/zulip.git
webhooks: Fix invalid JSON in Hello World test fixtures.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
5043f6039b
commit
123790a72d
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"featured_title":"Goodbye",
|
||||
"featured_url":"https://en.wikipedia.org/wiki/Goodbye",
|
||||
"featured_url":"https://en.wikipedia.org/wiki/Goodbye"
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue