about summary refs log tree commit diff
path: root/spec/services/notify_service_spec.rb
diff options
context:
space:
mode:
authorThibG <thib@sitedethib.com>2019-06-02 18:08:26 +0200
committerEugen Rochko <eugen@zeonfederated.com>2019-06-02 18:08:26 +0200
commita353dc60301317b5731684059e614ed095d4a831 (patch)
tree2b8673a579fcfa01cd229db13f045e404c29c471 /spec/services/notify_service_spec.rb
parente13e4b28db7e066d1f6f21e306aa95b97c3ccd99 (diff)
Fix NotifyService test with regards to reblogs (#10928)
Fixes #10890
Diffstat (limited to 'spec/services/notify_service_spec.rb')
-rw-r--r--spec/services/notify_service_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/services/notify_service_spec.rb b/spec/services/notify_service_spec.rb
index a387d9407..440018ac9 100644
--- a/spec/services/notify_service_spec.rb
+++ b/spec/services/notify_service_spec.rb
@@ -105,7 +105,7 @@ RSpec.describe NotifyService, type: :service do
     end
 
     it 'shows reblogs when disabled' do
-      recipient.follow!(sender, reblogs: true)
+      recipient.follow!(sender, reblogs: false)
       is_expected.to change(Notification, :count)
     end
   end