impersonate subuser#243
Conversation
|
Thank you @denwwer, I apologize for the delayed response. We had over 1,000 PRs submitted in October and we are currently working on this oldest to newest. We appreciate your patience. With Best Regards, Elmer |
| func TestNewSendClientSubuser(t *testing.T) { | ||
| client := NewSendClientSubuser("API_KEY", "subuserUsername") | ||
|
|
||
| if client.Headers["On-Behalf-Of"] != "subuserUsername" { |
There was a problem hiding this comment.
Could you also test that other expected headers are set?
There was a problem hiding this comment.
hi, first thanks that review process is started and yes I will add
92d332e to
86729df
Compare
|
@dmowcomber failure from master after rebase: |
86729df to
39a6c8b
Compare
|
@dmowcomber rebased, but test on CI for go1.8-1.9 is failed (same for #248), locally all passed |
|
@denwwer that error was just fixed in another PR. Im approving your PR. Thanks for the contribution! |
|
LGTM |
|
Awesome! I have this on our backlog for merge now. |
|
do we have an update on merging this PR? |
|
No update yet @sbfaulkner. I'm sorry I don't have a better answer at the moment. I have added your comment as a vote to it's priority on our backlog. Thanks! |
Codecov Report
@@ Coverage Diff @@
## master #243 +/- ##
=========================================
Coverage ? 71.71%
=========================================
Files ? 3
Lines ? 456
Branches ? 0
=========================================
Hits ? 327
Misses ? 125
Partials ? 4
Continue to review full report at Codecov.
|
Fixes #239
Checklist
Short description of what this PR does: