Commit 1bcde20e authored by Sean McGivern's avatar Sean McGivern

Correct documentation comment in Gitlab::Profiler

We haven't needed the user to have a personal access token since
https://gitlab.com/gitlab-org/gitlab-foss/merge_requests/23320

[ci skip]
parent 88972e49
...@@ -37,8 +37,7 @@ module Gitlab ...@@ -37,8 +37,7 @@ module Gitlab
# - post_data: a string of raw POST data to use. Changes the HTTP verb to # - post_data: a string of raw POST data to use. Changes the HTTP verb to
# POST. # POST.
# #
# - user: a user to authenticate as. Only works if the user has a valid # - user: a user to authenticate as.
# personal access token.
# #
# - private_token: instead of providing a user instance, the token can be # - private_token: instead of providing a user instance, the token can be
# given as a string. Takes precedence over the user option. # given as a string. Takes precedence over the user option.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment