Fix broken master by updating expected params
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/24296 introduced a spec that interacted badly with a schema change to the `services` table in 8d4d9705. `update_service_spec.rb` expected certain attributes, some of which are based on default properties of a `PrometheusService`, which is a model that reads from `services`. 8d4d9705 changed the schema of `services` which caused the test to break. https://gitlab.com/gitlab-org/gitlab/issues/205391
Showing
Please register or sign in to comment