Fixes #1244
This commit is contained in:
11
spec/fixtures/finders/users/oembed_api/200_author_name.json
vendored
Normal file
11
spec/fixtures/finders/users/oembed_api/200_author_name.json
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"type" : "rich",
|
||||
"version" : "1.0",
|
||||
"provider_url" : "https://wp.lab",
|
||||
"provider_name" : "WP Lab",
|
||||
"width" : 600,
|
||||
"author_name" : "admin sa",
|
||||
"height" : 338,
|
||||
"html" : "aaa",
|
||||
"title" : "HOME"
|
||||
}
|
||||
12
spec/fixtures/finders/users/oembed_api/200_author_url.json
vendored
Normal file
12
spec/fixtures/finders/users/oembed_api/200_author_url.json
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"type" : "rich",
|
||||
"version" : "1.0",
|
||||
"provider_url" : "https://wp.lab",
|
||||
"provider_name" : "WP Lab",
|
||||
"author_url" : "https://wp.lab/author/admin/",
|
||||
"width" : 600,
|
||||
"author_name" : "admin",
|
||||
"height" : 338,
|
||||
"html" : "aaa",
|
||||
"title" : "HOME"
|
||||
}
|
||||
1
spec/fixtures/finders/users/oembed_api/404.json
vendored
Normal file
1
spec/fixtures/finders/users/oembed_api/404.json
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"code":"oembed_invalid_url","message":"Not Found","data":{"status":404}}
|
||||
Reference in New Issue
Block a user