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