Skip to content
Snippets Groups Projects
Commit 85facbd5 authored by Phil Hughes's avatar Phil Hughes
Browse files

Fixed failing tests

parent 1b9f321e
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -24,7 +24,7 @@ class Oauth::ApplicationsController < Doorkeeper::ApplicationsController
flash[:notice] = I18n.t(:notice, scope: [:doorkeeper, :flash, :applications, :create])
redirect_to oauth_application_url(@application)
else
redirect_to applications_profile_path, flash: {application: @application}
redirect_to applications_profile_path, flash: { application: @application }
end
end
 
Loading
Loading
Loading
Loading
@@ -20,7 +20,7 @@ class Profiles::KeysController < Profiles::ApplicationController
if @key.save
redirect_to profile_key_path(@key)
else
redirect_to profile_keys_path, flash: {key: @key}
redirect_to profile_keys_path, flash: { key: @key }
end
end
 
Loading
Loading
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