Revert grammar leak from bad merge

This commit is contained in:
Mark Felder 2023-12-29 23:31:48 -05:00
parent 63a74f7b6d
commit c6acd2abb3
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ defmodule Pleroma.Web.WebFinger.WebFingerControllerTest do
]
end
test "reach user on tld, while pleroma is runned on subdomain" do
test "reach user on tld, while pleroma is running on subdomain" do
clear_config([Pleroma.Web.Endpoint, :url, :host], "sub.example.com")
clear_config([Pleroma.Web.WebFinger, :domain], "example.com")