Commit a864138d authored by Stan Hu's avatar Stan Hu

Merge branch 'rp/fix-seed-fixture' into 'master'

Fix bug in seed fixture to create self monitoring project

See merge request gitlab-org/gitlab!40784
parents 2cd93646 84b02397
# frozen_string_literal: true
::Gitlab::DatabaseImporters::SelfMonitoring::Project::CreateService.new.execute
response = ::Gitlab::DatabaseImporters::SelfMonitoring::Project::CreateService.new.execute
if response[:status] == :success
puts "Successfully created self monitoring project."
......
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