Commit 465a2a67 authored by Kassio Borges's avatar Kassio Borges

Fix dev vulnerabilities seeder

On this [MR](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/25609) the `vulnerability#close_by` was renamed to `vulnerability#dismissed_by`.
This commit updates the name on the vulnerability seeder.
parent 7948c4dd
---
title: Fix dev vulnerabilities seeder
merge_request: 26169
author:
type: fixed
...@@ -45,7 +45,7 @@ class Gitlab::Seeder::Vulnerabilities ...@@ -45,7 +45,7 @@ class Gitlab::Seeder::Vulnerabilities
when :resolved when :resolved
vulnerability.resolved_by = author vulnerability.resolved_by = author
when :dismissed when :dismissed
vulnerability.closed_by = author vulnerability.dismissed_by = author
end end
vulnerability.tap(&:save!) vulnerability.tap(&:save!)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment