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>2021-02-25 03:11:24 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-02-25 03:11:24 +0300
commitcffcf0772c5354d0d55fd4e32f724108a9582f15 (patch)
treeac827ac27f31b41f9e05d4ffe757be9f54aa6578 /spec/factories/prometheus_alert_event.rb
parent1631d8a2e0eef291f1d0b9486ee35ed6b52a176a (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/factories/prometheus_alert_event.rb')
-rw-r--r--spec/factories/prometheus_alert_event.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/spec/factories/prometheus_alert_event.rb b/spec/factories/prometheus_alert_event.rb
index 281fbacabe2..7771a8d5cb7 100644
--- a/spec/factories/prometheus_alert_event.rb
+++ b/spec/factories/prometheus_alert_event.rb
@@ -13,10 +13,5 @@ FactoryBot.define do
ended_at { Time.now }
payload_key { nil }
end
-
- trait :none do
- status { nil }
- started_at { nil }
- end
end
end