Remove test code related to PUBSUB_EMULATOR_HOST
from client.py
#1349
Labels
api: pubsub
Issues related to the googleapis/python-pubsub API.
Currently, the emulator code (for testing purposes) is set in
client.py
i.e. ifPUBSUB_EMULATOR_HOST
is set:PUBSUB_EMULATOR_HOST
.AnonymousCredentials
.insecure_channel
.Remove this code from the client files and include it in the test files directly. The exact code location can be looked up by searching for this issue.
The text was updated successfully, but these errors were encountered: