environment didn't match API schema ./ee/spec/controllers/projects/environments_controller_spec.rb Job Failed #168066358
Job #168066358 failed for b15017a1:
An update to the ce API schema wasn't propagated to the ee test fixtures.
Failures:
1) Projects::EnvironmentsController GET index when requesting JSON response for folders when requesting available environments scope responds with matching schema
Failure/Error: expect(response).to match_response_schema('environments', dir: 'ee')
didn't match the schema defined by /builds/gitlab-org/gitlab-ee/ee/spec/fixtures/api/schemas/environments.json The validation errors were:
The property '#/environments/0/latest' contains additional properties ["name_without_type"] outside of the schema when none are allowed in schema file:///builds/gitlab-org/gitlab-ee/ee/spec/fixtures/api/schemas/environment.json#
The property '#/environments/1/latest' contains additional properties ["name_without_type"] outside of the schema when none are allowed in schema file:///builds/gitlab-org/gitlab-ee/ee/spec/fixtures/api/schemas/environment.json#
# ./ee/spec/controllers/projects/environments_controller_spec.rb:48:in `block (5 levels) in <top (required)>'