diff options
author | Tomasz Maczukin <tomasz@maczukin.pl> | 2016-09-06 14:52:57 +0200 |
---|---|---|
committer | Tomasz Maczukin <tomasz@maczukin.pl> | 2016-09-13 17:44:19 +0200 |
commit | f369e62a16d5f7c529f277c1125ee99c85dfc56d (patch) | |
tree | bb9bc9848793a265c748370902717879a852c563 | |
parent | 1c634131fdc2ca46d27166a66ba6072f9f5e2a35 (diff) | |
download | gitlab-ce-f369e62a16d5f7c529f277c1125ee99c85dfc56d.tar.gz |
Fix rubocop offences
-rw-r--r-- | spec/requests/ci/api/builds_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/requests/ci/api/builds_spec.rb b/spec/requests/ci/api/builds_spec.rb index 80cf9b92423..9b808457dc0 100644 --- a/spec/requests/ci/api/builds_spec.rb +++ b/spec/requests/ci/api/builds_spec.rb @@ -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 |