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
committermultiple creatures <dev@multiple-creature.party>2019-11-19 16:18:09 -0600
commitf6607c10455c800428c754146afa7e36d85fe656 (patch)
tree0c35c1cfc2d45ac4b521990f3a87af112a0bcd9d /spec/services/notify_service_spec.rb
parent5551fda1fa748d69459da93c18af2fed29625b90 (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 a68fdd8df..b09d335ba 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