tests: fix mock_saved_search_service! calls (fixup 4e4c4d627)

This commit is contained in:
evazion
2019-09-23 03:22:32 -05:00
parent 05e754eba3
commit c1bb88a52a
3 changed files with 0 additions and 3 deletions

View File

@@ -7,7 +7,6 @@ class SavedSearchesControllerTest < ActionDispatch::IntegrationTest
as_user do
@saved_search = create(:saved_search, user: @user)
end
mock_saved_search_service!
end
context "index action" do

View File

@@ -23,7 +23,6 @@ class PostTest < ActiveSupport::TestCase
end
CurrentUser.user = @user
CurrentUser.ip_addr = "127.0.0.1"
mock_saved_search_service!
mock_pool_archive_service!
end

View File

@@ -10,7 +10,6 @@ class TagAliasTest < ActiveSupport::TestCase
CurrentUser.user = user
end
CurrentUser.ip_addr = "127.0.0.1"
mock_saved_search_service!
end
teardown do