diff options
Diffstat (limited to 'spec/requests')
| -rw-r--r-- | spec/requests/api/helpers_spec.rb | 2 | ||||
| -rw-r--r-- | spec/requests/api/repositories_spec.rb | 2 | ||||
| -rw-r--r-- | spec/requests/api/runners_spec.rb | 2 | ||||
| -rw-r--r-- | spec/requests/openid_connect_spec.rb | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/spec/requests/api/helpers_spec.rb b/spec/requests/api/helpers_spec.rb index 1c69f5dbb67..29dc84c1924 100644 --- a/spec/requests/api/helpers_spec.rb +++ b/spec/requests/api/helpers_spec.rb @@ -256,7 +256,7 @@ describe API::Helpers do context 'with a personal access token given' do let(:token) { create(:personal_access_token, scopes: ['api'], user: user) } - # Regression test for https://gitlab.com/gitlab-org/gitlab-ce/issues/38571 + # Regression test for https://gitlab.com/gitlab-org/gitlab-foss/issues/38571 it 'does not raise an additional exception because of missing `request`' do # We need to stub at a lower level than #sentry_enabled? otherwise # Sentry is not enabled when the request below is made, and the test diff --git a/spec/requests/api/repositories_spec.rb b/spec/requests/api/repositories_spec.rb index 0adc95cfbeb..6f4bb525c89 100644 --- a/spec/requests/api/repositories_spec.rb +++ b/spec/requests/api/repositories_spec.rb @@ -457,7 +457,7 @@ describe API::Repositories do end end - # Regression: https://gitlab.com/gitlab-org/gitlab-ce/issues/45363 + # Regression: https://gitlab.com/gitlab-org/gitlab-foss/issues/45363 describe 'Links header contains working URLs when no `order_by` nor `sort` is given' do let(:project) { create(:project, :public, :repository) } let(:current_user) { nil } diff --git a/spec/requests/api/runners_spec.rb b/spec/requests/api/runners_spec.rb index f5ce3a3570e..d26fbee6957 100644 --- a/spec/requests/api/runners_spec.rb +++ b/spec/requests/api/runners_spec.rb @@ -308,7 +308,7 @@ describe API::Runners do describe 'PUT /runners/:id' do context 'admin user' do - # see https://gitlab.com/gitlab-org/gitlab-ce/issues/48625 + # see https://gitlab.com/gitlab-org/gitlab-foss/issues/48625 context 'single parameter update' do it 'runner description' do description = shared_runner.description diff --git a/spec/requests/openid_connect_spec.rb b/spec/requests/openid_connect_spec.rb index 025568d8bea..da2e7b71dbe 100644 --- a/spec/requests/openid_connect_spec.rb +++ b/spec/requests/openid_connect_spec.rb @@ -156,7 +156,7 @@ describe 'OpenID Connect requests' do # # When the patch gets merged and we update Warden, these specs will need to # updated to check the response instead of a raised exception. - # https://gitlab.com/gitlab-org/gitlab-ce/issues/40218 + # https://gitlab.com/gitlab-org/gitlab-foss/issues/40218 context 'when user is blocked' do it 'returns authentication error' do access_grant |
