]> cat aescling's git repositories - mastodon.git/commitdiff
Fix randomly fail (regression from #3560) (#3580)
authorYamagishi Kazutoshi <ykzts@desire.sh>
Mon, 5 Jun 2017 08:03:36 +0000 (17:03 +0900)
committerEugen Rochko <eugen@zeonfederated.com>
Mon, 5 Jun 2017 08:03:36 +0000 (10:03 +0200)
spec/lib/webfinger_resource_spec.rb

index 3c3d263ef2a8afbb30b480c46c4498326a7a375f..287537a26102f02cd051302685f01224d08138b8 100644 (file)
@@ -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