summaryrefslogtreecommitdiff
path: root/qa/qa/runtime/api/request.rb
diff options
context:
space:
mode:
Diffstat (limited to 'qa/qa/runtime/api/request.rb')
-rw-r--r--qa/qa/runtime/api/request.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/qa/runtime/api/request.rb b/qa/qa/runtime/api/request.rb
index b58be354103..28bae541cb8 100644
--- a/qa/qa/runtime/api/request.rb
+++ b/qa/qa/runtime/api/request.rb
@@ -4,7 +4,7 @@ module QA
module Runtime
module API
class Request
- API_VERSION = 'v4'.freeze
+ API_VERSION = 'v4'
def initialize(api_client, path, **query_string)
query_string[:private_token] ||= api_client.personal_access_token unless query_string[:oauth_access_token]