From ee772e0c77e11099a9f077f780cd1a18de803222 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Fri, 12 Aug 2022 12:11:32 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- spec/serializers/integrations/project_entity_spec.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'spec/serializers') diff --git a/spec/serializers/integrations/project_entity_spec.rb b/spec/serializers/integrations/project_entity_spec.rb index 1564f7fad63..ac633d1d5c6 100644 --- a/spec/serializers/integrations/project_entity_spec.rb +++ b/spec/serializers/integrations/project_entity_spec.rb @@ -16,6 +16,7 @@ RSpec.describe Integrations::ProjectEntity do it 'contains needed attributes' do expect(subject).to include( + id: project.id, avatar_url: include('uploads'), name: project.name, full_path: project_path(project), -- cgit v1.2.3