summaryrefslogtreecommitdiffstats
path: root/spec/fixtures
diff options
context:
space:
mode:
authorMIYAGI Hikaru <hcmiya@users.noreply.github.com>2018-04-25 21:12:28 +0900
committerEugen Rochko <eugen@zeonfederated.com>2018-04-25 14:12:28 +0200
commiteb593a5a0c9ee9749115f867a5675ceb1f231379 (patch)
tree1ee3d2b3d9da81b9feb052ab7b6bec81600e3374 /spec/fixtures
parentf58dcbc9814b5ba2fd4f7d7af643aa25dcf40594 (diff)
Append '.test' to hostname in stub data (#7260)
Diffstat (limited to 'spec/fixtures')
-rw-r--r--spec/fixtures/requests/oembed_json.html2
-rw-r--r--spec/fixtures/requests/oembed_json_xml.html4
-rw-r--r--spec/fixtures/requests/oembed_xml.html2
3 files changed, 4 insertions, 4 deletions
diff --git a/spec/fixtures/requests/oembed_json.html b/spec/fixtures/requests/oembed_json.html
index 773a4f92a24..1670858712f 100644
--- a/spec/fixtures/requests/oembed_json.html
+++ b/spec/fixtures/requests/oembed_json.html
@@ -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>
diff --git a/spec/fixtures/requests/oembed_json_xml.html b/spec/fixtures/requests/oembed_json_xml.html
index 8afd8e9972f..9f5b9e8be7f 100644
--- a/spec/fixtures/requests/oembed_json_xml.html
+++ b/spec/fixtures/requests/oembed_json_xml.html
@@ -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>
diff --git a/spec/fixtures/requests/oembed_xml.html b/spec/fixtures/requests/oembed_xml.html
index bdfcca17078..788dfaabd5f 100644
--- a/spec/fixtures/requests/oembed_xml.html
+++ b/spec/fixtures/requests/oembed_xml.html
@@ -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>