Fix rubocop offences

This commit is contained in:
Tomasz Maczukin 2016-09-06 14:52:57 +02:00
parent 1c634131fd
commit f369e62a16
No known key found for this signature in database
GPG key ID: 7E9EB2E4B0F625CD

View file

@ -159,7 +159,7 @@ describe Ci::API::API do
end
def register_builds(token = runner.token, **params)
post ci_api("/builds/register"), params.merge(token: token), {'User-Agent' => user_agent}
post ci_api("/builds/register"), params.merge(token: token), { 'User-Agent' => user_agent }
end
end