0
0
Fork 0

Fix spec for #2388 (#3526)

This commit is contained in:
Yamagishi Kazutoshi 2017-06-03 21:40:55 +09:00 committed by Eugen Rochko
parent 336f0b0823
commit e878ddb7c0
2 changed files with 5 additions and 5 deletions

View file

@ -12,7 +12,7 @@ describe WellKnown::HostMetaController, type: :controller do
expect(response.body).to eq <<XML
<?xml version="1.0"?>
<XRD xmlns="http://docs.oasis-open.org/ns/xri/xrd-1.0">
<Link rel="lrdd" type="application/xrd+xml" template="http://test.host/.well-known/webfinger?resource={uri}"/>
<Link rel="lrdd" type="application/xrd+xml" template="https://cb6e6126.ngrok.io/.well-known/webfinger?resource={uri}"/>
</XRD>
XML
end