Commit 30985008 authored by Tomasz Maczukin's avatar Tomasz Maczukin

Fix ci_trigger_request factory

parent d9da81f7
......@@ -3,7 +3,7 @@
FactoryGirl.define do
factory :ci_trigger_request, class: Ci::TriggerRequest do
factory :ci_trigger_request_with_variables do
trigger :ci_trigger
trigger factory: :ci_trigger
variables do
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment