diff options
-rw-r--r-- | qa/qa/specs/features/api/1_manage/groups_spec.rb | 2 |
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) } |