Conversation
|
Has PagerDuty made this change to their API recently? How come this wasn't an issue before? |
|
@keon94 I think that Pagerduty API has not been changed, by having a quick look at the GH history I believe this has been introduced with the refactor of the Pagerduty plugin. |
|
@Marco-De-Stefani very odd. I tried running the pagerduty tests under |
I noticed that as well, it works cause at line 125 of the pagerduty_test.go file it's calling "PagerDutyAccessToken" which sets the token in the correct way :) |
That token object doesn't have an influence here though. The test still passes without "token=". Here's what my debugger captures - connection.Token is just the raw token. |
Weird, I'll try to debug that as well |
|
Hi, Nice work, thanks for your contribution, would you like to cherry-pick it back to release v0.19? |
* fixing issue 6112 * fix typo * fix PR comment


Summary
Fixing #6112 and removing the typo in the version of golangci-lint
Does this close any open issues?
Closes #6112
Screenshots
Before:


After: