summaryrefslogtreecommitdiff
path: root/db/fixtures/development/19_environments.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/fixtures/development/19_environments.rb')
-rw-r--r--db/fixtures/development/19_environments.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/fixtures/development/19_environments.rb b/db/fixtures/development/19_environments.rb
index 0f9188164c9..50ce6bfc297 100644
--- a/db/fixtures/development/19_environments.rb
+++ b/db/fixtures/development/19_environments.rb
@@ -6,7 +6,7 @@ class Gitlab::Seeder::Environments
end
def seed!
- @project.create_mock_monitoring_service!(active: true)
+ @project.create_mock_monitoring_integration!(active: true)
create_master_deployments!('production')
create_master_deployments!('staging')