Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-12-01 21:07:03 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-12-01 21:07:03 +0300
commit4e3a998b8ec1351d8345863f6cad4b9bd497bd6a (patch)
tree9bab8c1089ef4bcc11bd8acdffd1f0f6f62c3e56 /spec/lib/api
parent08489a6db8ddff0794f9beaf770930803dc7bdca (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/lib/api')
-rw-r--r--spec/lib/api/entities/ssh_key_spec.rb10
1 files changed, 0 insertions, 10 deletions
diff --git a/spec/lib/api/entities/ssh_key_spec.rb b/spec/lib/api/entities/ssh_key_spec.rb
index 9d0acf69274..b4310035a66 100644
--- a/spec/lib/api/entities/ssh_key_spec.rb
+++ b/spec/lib/api/entities/ssh_key_spec.rb
@@ -19,15 +19,5 @@ RSpec.describe API::Entities::SSHKey, feature_category: :authentication_and_auth
usage_type: 'auth_and_signing'
)
end
-
- context 'when ssh_key_usage_types is disabled' do
- before do
- stub_feature_flags(ssh_key_usage_types: false)
- end
-
- it 'does not include usage type field' do
- expect(subject.keys).not_to include(:usage_type)
- end
- end
end
end