System hooks: fix broken tests
This commit is contained in:
parent
f5908cef19
commit
655418bed2
8 changed files with 39 additions and 38 deletions
|
@ -60,7 +60,7 @@ Factory.add(:key, Key) do |obj|
|
|||
obj.key = File.read(File.join(Rails.root, "db", "pkey.example"))
|
||||
end
|
||||
|
||||
Factory.add(:web_hook, WebHook) do |obj|
|
||||
Factory.add(:project_hook, ProjectHook) do |obj|
|
||||
obj.url = Faker::Internet.uri("http")
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue