0
0
Fork 0

Move V2 Filter methods under /api/v2 prefix (#20622)

* Move V2 Filter methods under /api/v2 prefix

* move over the tests too
This commit is contained in:
trwnh 2022-11-14 01:34:07 -06:00 committed by GitHub
parent 457c37e47a
commit b59ce0a60f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 15 additions and 15 deletions

View file

@ -1,6 +1,6 @@
require 'rails_helper'
RSpec.describe Api::V1::Filters::KeywordsController, type: :controller do
RSpec.describe Api::V2::Filters::KeywordsController, type: :controller do
render_views
let(:user) { Fabricate(:user) }

View file

@ -1,6 +1,6 @@
require 'rails_helper'
RSpec.describe Api::V1::Filters::StatusesController, type: :controller do
RSpec.describe Api::V2::Filters::StatusesController, type: :controller do
render_views
let(:user) { Fabricate(:user) }