summaryrefslogtreecommitdiff
path: root/spec/serializers/integrations/event_entity_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/serializers/integrations/event_entity_spec.rb')
-rw-r--r--spec/serializers/integrations/event_entity_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/serializers/integrations/event_entity_spec.rb b/spec/serializers/integrations/event_entity_spec.rb
index 07281248f5b..1b72b5d290c 100644
--- a/spec/serializers/integrations/event_entity_spec.rb
+++ b/spec/serializers/integrations/event_entity_spec.rb
@@ -35,6 +35,7 @@ RSpec.describe Integrations::EventEntity do
expect(subject[:value]).to eq(false)
expect(subject[:field][:name]).to eq('note_channel')
expect(subject[:field][:value]).to eq('note-channel')
+ expect(subject[:field][:placeholder]).to eq('#general, #development')
end
end
end