Skip to content
代码片段 群组 项目
提交 b44c20fc 编辑于 作者: Niko Belokolodov's avatar Niko Belokolodov 提交者: Luke Duncalfe
浏览文件

Fix count_security_scans_metric_spec occasional failures

上级 3b4c0181
No related branches found
No related tags found
无相关合并请求
......@@ -8,7 +8,7 @@
before_all do
::Security::Scan.scan_types.except('cluster_image_scanning').each do |name, _|
create(:security_scan, scan_type: name, created_at: 30.days.ago)
create(:security_scan, scan_type: name, created_at: 45.days.ago)
create(:security_scan, scan_type: name, created_at: 3.days.ago)
end
end
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册