From a611eab9422b3e9038aa7649f77f0dcc3da0f2d0 Mon Sep 17 00:00:00 2001 From: Scott Hampton Date: Wed, 5 Dec 2018 21:36:18 +0000 Subject: Resolve "Include tags into pipeline detail view" --- spec/serializers/pipeline_entity_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/serializers') diff --git a/spec/serializers/pipeline_entity_spec.rb b/spec/serializers/pipeline_entity_spec.rb index e67d12b7a89..774486dcb6d 100644 --- a/spec/serializers/pipeline_entity_spec.rb +++ b/spec/serializers/pipeline_entity_spec.rb @@ -44,7 +44,7 @@ describe PipelineEntity do expect(subject).to include :flags expect(subject[:flags]) .to include :latest, :stuck, :auto_devops, - :yaml_errors, :retryable, :cancelable + :yaml_errors, :retryable, :cancelable, :merge_request end end -- cgit v1.2.1