Skip to content
Snippets Groups Projects
Commit b36197c3 authored by Eugen Rochko's avatar Eugen Rochko
Browse files

Fix tests, update goldfinger to catch XML errors

parent 492224b9
No related branches found
No related tags found
No related merge requests found
......@@ -106,7 +106,7 @@ GEM
ruby-progressbar (~> 1.4)
globalid (0.3.7)
activesupport (>= 4.1.0)
goldfinger (1.0.4)
goldfinger (1.0.5)
addressable (~> 2.4)
http (~> 2.0)
nokogiri (~> 1.6)
......@@ -127,7 +127,7 @@ GEM
http-cookie (~> 1.0)
http-form_data (~> 1.0.1)
http_parser.rb (~> 0.6.0)
http-cookie (1.0.2)
http-cookie (1.0.3)
domain_name (~> 0.5)
http-form_data (1.0.1)
http_parser.rb (0.6.0)
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment