Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-05-15 09:08:40 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-05-15 09:08:40 +0300
commit1e9d859394883d104191c51fa18c2353f7bcc1fd (patch)
tree802d89d8ae8004805a656dfc764fde2775248b9d /spec/factories
parent31169f0b93010da91b59cada40e17c67295038df (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/factories')
-rw-r--r--spec/factories/ci/daily_build_group_report_results.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/factories/ci/daily_build_group_report_results.rb b/spec/factories/ci/daily_build_group_report_results.rb
index 7f72991b3eb..8653316b51a 100644
--- a/spec/factories/ci/daily_build_group_report_results.rb
+++ b/spec/factories/ci/daily_build_group_report_results.rb
@@ -8,7 +8,7 @@ FactoryBot.define do
last_pipeline factory: :ci_pipeline
group_name { 'rspec' }
data do
- { coverage: 77.0 }
+ { 'coverage' => 77.0 }
end
end
end