about summary refs log tree commit diff
path: root/spec/services/unfollow_service_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/services/unfollow_service_spec.rb')
-rw-r--r--spec/services/unfollow_service_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/services/unfollow_service_spec.rb b/spec/services/unfollow_service_spec.rb
index 29040431e..021e76782 100644
--- a/spec/services/unfollow_service_spec.rb
+++ b/spec/services/unfollow_service_spec.rb
@@ -34,7 +34,7 @@ RSpec.describe UnfollowService do
     it 'sends an unfollow salmon slap' do
       expect(a_request(:post, "http://salmon.example.com/").with { |req|
         xml = OStatus2::Salmon.new.unpack(req.body)
-        xml.match(TagManager::VERBS[:unfollow])
+        xml.match(OStatus::TagManager::VERBS[:unfollow])
       }).to have_been_made.once
     end
   end