Skip to content
Snippets Groups Projects
Commit d56c2a9b authored by Jeremy's avatar Jeremy
Browse files

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
Branches
Tags
No related merge requests found
Loading
Loading
@@ -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
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment