Commit d56c2a9b authored by Jeremy's avatar Jeremy

Fix test

Related https://semaphoreapp.com/gitlabhq/gitlabhq/branches/pull-request-8580/builds/9
Asana service doesn't check if restrict_to_branch is defined since it can be undefined
parent f79b6af1
......@@ -27,7 +27,6 @@ describe AsanaService, models: true do
end
it { should validate_presence_of :api_key }
it { should validate_presence_of :restrict_to_branch }
end
end
......
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