summaryrefslogtreecommitdiff
path: root/qa/qa/specs/features
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2018-06-06 19:43:50 +0200
committerRémy Coutable <remy@rymai.me>2018-06-06 20:12:29 +0200
commit9e5841a0ae2a57496b8479ffb67d3a7f1ed74e92 (patch)
tree7eef6354d6a004542cf375cbade6f75d040979c3 /qa/qa/specs/features
parentfddcfae6d8cc3790fe100584f8d7c09e014b01e1 (diff)
downloadgitlab-ce-9e5841a0ae2a57496b8479ffb67d3a7f1ed74e92.tar.gz
Improve the Runtime::API classes
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'qa/qa/specs/features')
-rw-r--r--qa/qa/specs/features/api/users_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/qa/specs/features/api/users_spec.rb b/qa/qa/specs/features/api/users_spec.rb
index 38f4c497183..0aecf89e1b7 100644
--- a/qa/qa/specs/features/api/users_spec.rb
+++ b/qa/qa/specs/features/api/users_spec.rb
@@ -31,7 +31,7 @@ module QA
end
scenario 'submit request with an invalid token' do
- request = Runtime::API::Request.new(@api_client, '/users', personal_access_token: 'invalid')
+ request = Runtime::API::Request.new(@api_client, '/users', private_token: 'invalid')
get request.url