Commit a3c158d3 authored by Robert Speicher's avatar Robert Speicher

Update EE-only StatusEntity usage

This was renamed to DetailedStatusEntity
parent 1c108b8d
...@@ -12,7 +12,7 @@ class TriggeredPipelineEntity < Grape::Entity ...@@ -12,7 +12,7 @@ class TriggeredPipelineEntity < Grape::Entity
end end
expose :details do expose :details do
expose :detailed_status, as: :status, with: StatusEntity expose :detailed_status, as: :status, with: DetailedStatusEntity
end end
expose :project, using: ProjectEntity expose :project, using: ProjectEntity
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment