Skip to content

Fixes template path on Security::TrackingIssue

Mayra Cabrera requested to merge fix-template-reference-on-tracking-issue into master

What does this MR do?

On Security::TrackingIssue, template_path method was referencing the wrong directory causing a No such file or directory error, this commit fixes that and adds a spec to ensure the path is working

Related to gitlab-com/gl-infra/delivery#1144 (closed)

Merge request reports