Fix the WebHookPostSerializer spec.

400f79cffc
This commit is contained in:
Vinoth Kannan 2019-12-04 23:27:51 +05:30
parent 888d56774a
commit 15c2755b7b

View File

@ -12,7 +12,7 @@ RSpec.describe WebHookPostSerializer do
it 'should only include the required keys' do
count = serialized_for_user(admin).keys.count
difference = count - 38
difference = count - 39
expect(difference).to eq(0), lambda {
message = +""