Append '.test' to hostname in stub data (#7260)
This commit is contained in:
parent
f58dcbc981
commit
eb593a5a0c
11 changed files with 76 additions and 76 deletions
2
spec/fixtures/requests/oembed_json.html
vendored
2
spec/fixtures/requests/oembed_json.html
vendored
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link href='https://host/provider.json' rel='alternate' type='application/json+oembed'>
|
||||
<link href='https://host.test/provider.json' rel='alternate' type='application/json+oembed'>
|
||||
</head>
|
||||
<body></body>
|
||||
</html>
|
||||
|
|
4
spec/fixtures/requests/oembed_json_xml.html
vendored
4
spec/fixtures/requests/oembed_json_xml.html
vendored
|
@ -7,8 +7,8 @@
|
|||
> The type attribute must contain either application/json+oembed for JSON
|
||||
> responses, or text/xml+oembed for XML.
|
||||
-->
|
||||
<link href='https://host/provider.json' rel='alternate' type='application/json+oembed'>
|
||||
<link href='https://host/provider.xml' rel='alternate' type='text/xml+oembed'>
|
||||
<link href='https://host.test/provider.json' rel='alternate' type='application/json+oembed'>
|
||||
<link href='https://host.test/provider.xml' rel='alternate' type='text/xml+oembed'>
|
||||
</head>
|
||||
<body></body>
|
||||
</html>
|
||||
|
|
2
spec/fixtures/requests/oembed_xml.html
vendored
2
spec/fixtures/requests/oembed_xml.html
vendored
|
@ -7,7 +7,7 @@
|
|||
> The type attribute must contain either application/json+oembed for JSON
|
||||
> responses, or text/xml+oembed for XML.
|
||||
-->
|
||||
<link href='https://host/provider.xml' rel='alternate' type='text/xml+oembed'>
|
||||
<link href='https://host.test/provider.xml' rel='alternate' type='text/xml+oembed'>
|
||||
</head>
|
||||
<body></body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue