summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrett Walker <bwalker@gitlab.com>2018-01-22 17:24:27 +0100
committerBrett Walker <bwalker@gitlab.com>2018-01-22 17:25:11 +0100
commit191943749c76619d2ada27acbb3e201dbae4efb0 (patch)
treeccd911dfc1590751644c84eb02d03480ed4bea6c
parent7177872bab70efce943ea6bbe448282a12d6ab31 (diff)
downloadgitlab-ce-131-qa-api-driver.tar.gz
fix for static-analysis131-qa-api-driver
-rw-r--r--qa/spec/runtime/api_request_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/qa/spec/runtime/api_request_spec.rb b/qa/spec/runtime/api_request_spec.rb
index 5a67611c0e3..9a1ed8a7a46 100644
--- a/qa/spec/runtime/api_request_spec.rb
+++ b/qa/spec/runtime/api_request_spec.rb
@@ -39,5 +39,4 @@ describe QA::Runtime::API::Request do
expect(request.request_path('/users', version: 'v3')).to eq '/api/v3/users'
end
end
-
end