Make RS auth work by default in dev with Docker Compose

This commit is contained in:
2025-05-06 18:07:52 +04:00
parent 3d8619532b
commit 15a9fdec3e
3 changed files with 5 additions and 2 deletions

View File

@@ -92,7 +92,7 @@ RSpec.describe "WebFinger", type: :request do
expect(rs_link["href"]).to eql("#{Setting.rs_storage_url}/tony")
oauth_url = rs_link["properties"]["http://tools.ietf.org/html/rfc6749#section-4.2"]
expect(oauth_url).to eql("http://accounts.kosmos.org/rs/oauth/tony")
expect(oauth_url).to eql("http://localhost/rs/oauth/tony")
end
it "returns CORS headers" do