From d9953dadb4f0170a32fbb3204564f2f96396656e Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Wed, 27 Dec 2023 15:07:02 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- spec/graphql/types/ml/model_type_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/graphql/types') diff --git a/spec/graphql/types/ml/model_type_spec.rb b/spec/graphql/types/ml/model_type_spec.rb index 79edea29eb8..078391f135a 100644 --- a/spec/graphql/types/ml/model_type_spec.rb +++ b/spec/graphql/types/ml/model_type_spec.rb @@ -6,7 +6,7 @@ RSpec.describe GitlabSchema.types['MlModel'], feature_category: :mlops do specify { expect(described_class.description).to eq('Machine learning model in the model registry') } it 'includes all the package fields' do - expected_fields = %w[id name versions candidates version_count _links created_at latest_version] + expected_fields = %w[id name versions candidates version_count _links created_at latest_version description] expect(described_class).to include_graphql_fields(*expected_fields) end -- cgit v1.2.3