FIX: WebhookPostSerializer spec failure

This commit is contained in:
Tarek Khalil 2019-03-06 09:48:20 +00:00 committed by GitHub
parent b58eea1fcb
commit f7c4d8c8f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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