summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSanad Liaquat <sliaquat@gitlab.com>2018-11-15 16:26:46 +0500
committerSanad Liaquat <sliaquat@gitlab.com>2018-11-15 16:26:46 +0500
commita0f8075719ba983e8544b200100e02101f37dd7a (patch)
tree88686a6cf0b2a2693a3f433c54ddbdc0e27eaf60
parent34f3540e33677bce5e7d5dff68b5debcf614d049 (diff)
downloadgitlab-ce-qa-51026-e2e-api-tests-for-groups-crud.tar.gz
-rw-r--r--qa/qa/specs/features/api/1_manage/groups_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/qa/specs/features/api/1_manage/groups_spec.rb b/qa/qa/specs/features/api/1_manage/groups_spec.rb
index ce4143da86b..d0c4e5e4a4b 100644
--- a/qa/qa/specs/features/api/1_manage/groups_spec.rb
+++ b/qa/qa/specs/features/api/1_manage/groups_spec.rb
@@ -6,7 +6,7 @@ module QA
describe 'Groups API' do
before(:context) do
@api_client = Runtime::API::Client.new(:gitlab)
- @personal_access_token = Runtime::API::Client.new.get_personal_access_token
+ @personal_access_token = Runtime::API::Client.new.personal_access_token
end
let(:random_string) { SecureRandom.hex(8) }