logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 6a4b2243975451058d42860312f9ec2966b64bc9
parent: 6adbd114c1957fbd4908d28f612881a0861823f2
Author: Yamagishi Kazutoshi <ykzts@desire.sh>
Date:   Mon,  5 Jun 2017 17:03:36 +0900

Fix randomly fail (regression from #3560) (#3580)


Diffstat:

Mspec/lib/webfinger_resource_spec.rb2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/spec/lib/webfinger_resource_spec.rb b/spec/lib/webfinger_resource_spec.rb @@ -6,7 +6,7 @@ describe WebfingerResource do before_web = Rails.configuration.x.web_domain example.run Rails.configuration.x.local_domain = before_local - Rails.configuration.x.webdomain = before_web + Rails.configuration.x.web_domain = before_web end describe '#username' do