Commit fdfbc5db authored by Andrejs Cunskis's avatar Andrejs Cunskis Committed by Albert Salim

Pass through api_client to project group

parent 54a44adc
...@@ -27,7 +27,9 @@ module QA ...@@ -27,7 +27,9 @@ module QA
:import_error :import_error
attribute :group do attribute :group do
Group.fabricate! Group.fabricate! do |group|
group.api_client = api_client
end
end end
attribute :path_with_namespace do attribute :path_with_namespace 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