0
0
Fork 0

Fix tests, update goldfinger to catch XML errors

This commit is contained in:
Eugen Rochko 2016-09-30 23:08:29 +02:00
parent 492224b93f
commit b36197c307
2 changed files with 3 additions and 3 deletions

View file

@ -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