mirror of
https://github.com/discourse/discourse.git
synced 2025-03-03 22:34:27 +08:00
FIX: WebhookUserSerializer spec failure
This commit is contained in:
parent
8b30ed5b7a
commit
55b4b84b63
@ -21,7 +21,7 @@ RSpec.describe WebHookUserSerializer do
|
||||
|
||||
it 'should only include the required keys' do
|
||||
count = serializer.as_json.keys.count
|
||||
difference = count - 45
|
||||
difference = count - 46
|
||||
|
||||
expect(difference).to eq(0), lambda {
|
||||
message = ""
|
||||
|
Loading…
x
Reference in New Issue
Block a user