summaryrefslogtreecommitdiff
path: root/spec/serializers/test_suite_summary_entity_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/serializers/test_suite_summary_entity_spec.rb')
-rw-r--r--spec/serializers/test_suite_summary_entity_spec.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/spec/serializers/test_suite_summary_entity_spec.rb b/spec/serializers/test_suite_summary_entity_spec.rb
index 864781ccfce..3d43feba910 100644
--- a/spec/serializers/test_suite_summary_entity_spec.rb
+++ b/spec/serializers/test_suite_summary_entity_spec.rb
@@ -20,5 +20,9 @@ RSpec.describe TestSuiteSummaryEntity do
it 'contains the build_ids' do
expect(as_json).to include(:build_ids)
end
+
+ it 'contains the suite_error' do
+ expect(as_json).to include(:suite_error)
+ end
end
end