docs: include allowExcessMessages in docs example#1245
docs: include allowExcessMessages in docs example#1245feywind merged 2 commits intogoogleapis:masterfrom
allowExcessMessages in docs example#1245Conversation
|
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed (or fixed any issues), please reply here with What to do if you already signed the CLAIndividual signers
Corporate signers
ℹ️ Googlers: Go here for more info. |
|
@googlebot I signed it! |
Codecov Report
@@ Coverage Diff @@
## master #1245 +/- ##
=======================================
Coverage 97.80% 97.80%
=======================================
Files 26 26
Lines 12642 12642
Branches 562 611 +49
=======================================
Hits 12364 12364
Misses 273 273
Partials 5 5 Continue to review full report at Codecov.
|
feywind
left a comment
There was a problem hiding this comment.
Looks like we intended to do this and just didn't. Thanks for the PR!
allowExcessMessages in docs exampleallowExcessMessages in docs example
…oogleapis#1245) * Change config so test runner can work with proxy We adjust this to allow the test proxy to use new changes in the test runner. * Add the new proto for communicating with the proxy We add a new proto and make adjustments to the test proxy to use the new proto. This change should enable us to work with the test runner properly. * Remove the v2 test proxy Remove the v2 test proxy because it is not used anymore. If we need it again we can just search for it in version control.
Docs fix as per #784 🦕