mirror of
https://github.com/discourse/discourse.git
synced 2025-09-05 08:59:27 +08:00
FEATURE: emit external_id field with user webhook
This commit is contained in:
parent
fc36f095a7
commit
47058b29d3
4 changed files with 24 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue