Skip to content

Commit

Permalink
update test for changes to at_address
Browse files Browse the repository at this point in the history
  • Loading branch information
Floppy committed Jan 27, 2025
1 parent b91bc05 commit 8c7580b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/requests/webfinger_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
let(:creator) { create(:creator) }

before do
get("/.well-known/webfinger?resource=acct:#{creator.federails_actor.at_address}")
get("/.well-known/webfinger?resource=#{creator.federails_actor.at_address.gsub(/\A@/, "acct:")}")
end

it "returns a successful response" do
Expand Down

0 comments on commit 8c7580b

Please sign in to comment.