diff options
-rw-r--r-- | db/fixtures/development/19_environments.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/fixtures/development/19_environments.rb b/db/fixtures/development/19_environments.rb index c1bbc9af6d6..2edc8e7327e 100644 --- a/db/fixtures/development/19_environments.rb +++ b/db/fixtures/development/19_environments.rb @@ -41,7 +41,7 @@ class Gitlab::Seeder::Environments end def create_deployment!(project, name, ref, sha) - environment = find_or_create_environment!(project, name) + environment = find_or_create_environment!(project, 'review') environment.deployments.create!( project: project, ref: ref, |