Commit 8a208fa6 authored by Nikita Bulai's avatar Nikita Bulai Committed by Nikita Bulai

Add GitLab issue link to specs

parent 5bbcc35b
......@@ -39,6 +39,7 @@ describe 'OAuth tokens' do
context 'when user does not have 2FA enabled' do
# NOTE: using ROPS grant flow without client credentials will be deprecated
# and removed in the next version of Doorkeeper.
# See https://gitlab.com/gitlab-org/gitlab/-/issues/219137
context 'when no client credentials provided' do
it 'creates an access token' do
user = create(:user)
......@@ -64,7 +65,8 @@ describe 'OAuth tokens' do
context 'with invalid credentials' do
it 'does not create an access token' do
# NOTE: remove this after update to Doorkeeper 5.5 or newer
# NOTE: remove this after update to Doorkeeper 5.5 or newer, see
# https://gitlab.com/gitlab-org/gitlab/-/issues/219137
pending 'Enable this example after upgrading Doorkeeper to 5.5 or newer'
user = create(:user)
......
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