Fix RS OAuth URL in Webfinger record
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
Râu Cao
2023-11-16 12:43:59 +01:00
parent 600cfe0f78
commit 1995e6dda2
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ RSpec.describe "WebFinger", type: :request do
expect(rs_link["href"]).to eql("https://storage.kosmos.org/tony")
oauth_url = rs_link["properties"]["http://tools.ietf.org/html/rfc6749#section-4.2"]
expect(oauth_url).to eql("http://www.example.com/rs/oauth/tony@kosmos.org")
expect(oauth_url).to eql("http://www.example.com/rs/oauth/tony")
end
end