Commit 3aa1d24b authored by Sanad Liaquat's avatar Sanad Liaquat Committed by Walmyr Lima e Silva Filho

Make project private to avoid spam on issues

This is needed for staging env where we have Akismet for spam
detection
parent 6c1da84f
......@@ -11,6 +11,7 @@ module QA
project = Resource::Project.fabricate_via_api! do |resource|
resource.name = 'project-to-test-mention'
resource.visibility = 'private'
end
project.visit!
......
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