Fix tests, update goldfinger to catch XML errors
This commit is contained in:
parent
492224b93f
commit
b36197c307
2 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@ RSpec.describe Api::V1::AppsController, type: :controller do
|
|||
|
||||
describe 'POST #create' do
|
||||
before do
|
||||
post :create, params: { name: 'Test app', redirect_uri: 'urn:ietf:wg:oauth:2.0:oob' }
|
||||
post :create, params: { client_name: 'Test app', redirect_uris: 'urn:ietf:wg:oauth:2.0:oob' }
|
||||
end
|
||||
|
||||
it 'returns http success' do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue