Append '.test' to hostname in stub data (#7260)
This commit is contained in:
committed by
Eugen Rochko
parent
f58dcbc981
commit
eb593a5a0c
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>
|
||||
|
Reference in New Issue
Block a user