Closed jianzhangbjz closed 6 years ago
@dymurray
@djzager @dymurray Thanks! But, I found there is no an e2e
test before merging the PR, so do we have a plan to add it? I think e2e
testing before merging PR is very very important since it can find some basic errors. Otherwise, it will waste a lot of time for us to test/debug it. Or am I missing something? Please let me know If we have a plan to add e2e
test, and maybe I can give a help if you need. :)
There are no e2e
tests in this project at this time and, while I believe it would be an awesome contribution, I don't want to see your efforts undone by us moving towards:
ansible-galaxy init --type=apb
for creating APB rolesMy recommendation would be to wait for the next iteration of the APB tool and ensure we add e2e
tests to that.
@djzager That's great! Thank you so much!
PR #258 lack of the
Bearer
string in theAuthorization
headers. Before this PR:After this PR: