class Gitlab::QA::Support::GetRequest

def initialize(uri, token)

def initialize(uri, token)
  @uri = uri
  @token = token
end