Fixed the lookup API method
This commit is contained in:
parent
5b10329394
commit
c28971c70c
2 changed files with 6 additions and 3 deletions
|
@ -10,9 +10,9 @@ RSpec.describe Api::Accounts::LookupController, type: :controller do
|
|||
|
||||
describe 'GET #index' do
|
||||
before do
|
||||
Fabricate(:account, username: 'alice')
|
||||
Fabricate(:account, username: 'bob')
|
||||
get :index, usernames: 'alice,bob'
|
||||
Fabricate(:account, username: 'mcbeth')
|
||||
get :index, usernames: 'alice,bob,mcbeth'
|
||||
end
|
||||
|
||||
it 'returns http success' do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue