about summary refs log tree commit diff
path: root/spec/lib/webfinger_resource_spec.rb
diff options
context:
space:
mode:
authorYamagishi Kazutoshi <ykzts@desire.sh>2017-06-05 17:03:36 +0900
committerEugen Rochko <eugen@zeonfederated.com>2017-06-05 10:03:36 +0200
commit6a4b2243975451058d42860312f9ec2966b64bc9 (patch)
tree53bc78215ad9a0de0fb5fe7cb9dba2bc52a28292 /spec/lib/webfinger_resource_spec.rb
parent6adbd114c1957fbd4908d28f612881a0861823f2 (diff)
Fix randomly fail (regression from #3560) (#3580)
Diffstat (limited to 'spec/lib/webfinger_resource_spec.rb')
-rw-r--r--spec/lib/webfinger_resource_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lib/webfinger_resource_spec.rb b/spec/lib/webfinger_resource_spec.rb
index 3c3d263ef..287537a26 100644
--- 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