FEATURE: emit external_id field with user webhook

This commit is contained in:
Sam
2018-01-22 10:09:26 +11:00
parent fc36f095a7
commit 47058b29d3
4 changed files with 24 additions and 7 deletions

View File

@ -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