mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Trim WebHookTopicSerializer further.
This commit is contained in:
@@ -13,7 +13,7 @@ RSpec.describe WebHookTopicViewSerializer do
|
||||
|
||||
it 'should only include the required keys' do
|
||||
count = serializer.as_json.keys.count
|
||||
difference = count - 35
|
||||
difference = count - 30
|
||||
|
||||
expect(difference).to eq(0), lambda {
|
||||
message = ""
|
||||
|
||||
Reference in New Issue
Block a user