mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 16:34:31 +08:00
FEATURE: emit external_id field with user webhook
This commit is contained in:
@ -188,7 +188,7 @@ describe WebHook do
|
||||
end
|
||||
|
||||
it 'should enqueue the right hooks for user events' do
|
||||
user_web_hook = Fabricate(:user_web_hook, active: true)
|
||||
_user_web_hook = Fabricate(:user_web_hook, active: true)
|
||||
|
||||
Sidekiq::Testing.fake! do
|
||||
user
|
||||
|
Reference in New Issue
Block a user