Skip to content

Remove redundant require_relative x_job from specs

What does this MR do and why?

Remove redundant require_relative x_job from specs

We identified an issue with a processor not loading a job. This should have been picked up by the tests, but the spec was loading the job and returning a false positive.

This commit removes 2 further instances of _job being loaded in processor specs whilst fixing a incorrectly named job spec.

Expected impact & dry-runs

These are strongly recommended to assist reviewers and reduce the time to merge your change.

See https://gitlab.com/gitlab-org/quality/triage-ops/-/tree/master/doc/scheduled#testing-policies-with-a-dry-run on how to perform dry-runs for new policies.

See https://gitlab.com/gitlab-org/quality/triage-ops/-/blob/master/doc/reactive/best_practices.md#use-the-sandbox-to-test-new-processors on how to make sure a new processor can be tested.

Action items

Merge request reports