mirror of
https://github.com/discourse/discourse.git
synced 2025-02-22 04:06:40 +08:00
Remove unused fabricator.
This commit is contained in:
parent
c42b65df5f
commit
531baec5b5
@ -21,9 +21,6 @@ Fabricator(:wildcard_web_hook, from: :web_hook) do
|
|||||||
wildcard_web_hook true
|
wildcard_web_hook true
|
||||||
end
|
end
|
||||||
|
|
||||||
Fabricator(:post_web_hook, from: :web_hook) do
|
|
||||||
end
|
|
||||||
|
|
||||||
Fabricator(:topic_web_hook, from: :web_hook) do
|
Fabricator(:topic_web_hook, from: :web_hook) do
|
||||||
transient topic_hook: WebHookEventType.find_by(name: 'topic')
|
transient topic_hook: WebHookEventType.find_by(name: 'topic')
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user