summaryrefslogtreecommitdiff
path: root/spec/serializers/prometheus_alert_entity_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/serializers/prometheus_alert_entity_spec.rb')
-rw-r--r--spec/serializers/prometheus_alert_entity_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/serializers/prometheus_alert_entity_spec.rb b/spec/serializers/prometheus_alert_entity_spec.rb
index aeee8de2a5b..ae8c97401f8 100644
--- a/spec/serializers/prometheus_alert_entity_spec.rb
+++ b/spec/serializers/prometheus_alert_entity_spec.rb
@@ -16,7 +16,7 @@ RSpec.describe PrometheusAlertEntity do
end
it 'exposes prometheus_alert attributes' do
- expect(subject).to include(:id, :title, :query, :operator, :threshold)
+ expect(subject).to include(:id, :title, :query, :operator, :threshold, :runbook_url)
end
it 'exposes alert_path' do