-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Duplicate access token in url #29
Comments
Same issue here. I couldn't find the time to properly debug this, but in
|
The duplicate access token should generally not hurt, but it is indeed something that is unnecessary. Did you receive another error which lead you to debugging this? |
No errors, actually.
I confirm this issue is not hurting.
|
While debugging a Guzzle request I noticed the access token appears twice in the url. It is set in line 39 and line 55:
ocular/src/Scrutinizer/Ocular/Command/CodeCoverage/UploadCommand.php
Line 39 in 4ed78dd
ocular/src/Scrutinizer/Ocular/Command/CodeCoverage/UploadCommand.php
Line 55 in 4ed78dd
One should probably be removed?
The text was updated successfully, but these errors were encountered: