Master broken in ee/spec/requests/api/groups_spec.rb:250
Job #442293898 failed for 4cbd0af6:
Failures:
1) API::Groups POST /groups/:id/ldap_sync when the ldap_group_sync feature is available when authenticated as the group owner returns 404 for a non existing group
Failure/Error: expect(response).to have_gitlab_http_status(404)
expected the response to have status code 404 but it was 202. The response was: 202
# ./vendor/ruby/2.6.0/gems/rspec-support-3.8.2/lib/rspec/support.rb:97:in `block in <module:Support>'
# ./vendor/ruby/2.6.0/gems/rspec-support-3.8.2/lib/rspec/support.rb:106:in `notify_failure'
# ./vendor/ruby/2.6.0/gems/rspec-expectations-3.8.4/lib/rspec/expectations/fail_with.rb:35:in `fail_with'
# ./vendor/ruby/2.6.0/gems/rspec-expectations-3.8.4/lib/rspec/expectations/handler.rb:40:in `handle_failure'
# ./vendor/ruby/2.6.0/gems/rspec-expectations-3.8.4/lib/rspec/expectations/handler.rb:50:in `block in handle_matcher'
# ./vendor/ruby/2.6.0/gems/rspec-expectations-3.8.4/lib/rspec/expectations/handler.rb:27:in `with_matcher'
# ./vendor/ruby/2.6.0/gems/rspec-expectations-3.8.4/lib/rspec/expectations/handler.rb:48:in `handle_matcher'
# ./vendor/ruby/2.6.0/gems/rspec-expectations-3.8.4/lib/rspec/expectations/expectation_target.rb:65:in `to'
# ./ee/spec/requests/api/groups_spec.rb:252:in `block (5 levels) in <top (required)>'
# ./vendor/ruby/2.6.0/gems/rspec-core-3.8.2/lib/rspec/core/example.rb:257:in `instance_exec'
Failed examples:
rspec ./ee/spec/requests/api/groups_spec.rb:250 # API::Groups POST /groups/:id/ldap_sync when the ldap_group_sync feature is available when authenticated as the group owner returns 404 for a non existing group