Commit 3fcb70b3 authored by Yorick Peterse's avatar Yorick Peterse

Backport EE code for OAuth applications spec

This spec used a different title for a spec in EE, while CE duplicated
the same title. This ensures that CE uses the EE version.
parent 71d88154
...@@ -17,7 +17,7 @@ describe Oauth::ApplicationsController do ...@@ -17,7 +17,7 @@ describe Oauth::ApplicationsController do
expect(response).to have_gitlab_http_status(200) expect(response).to have_gitlab_http_status(200)
end end
it 'shows list of applications' do it 'redirects back to profile page if OAuth applications are disabled' do
disable_user_oauth disable_user_oauth
get :index get :index
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment