We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In PR 1464
I updated READMEs, but pubsub test failed.
I'm unsure what the actual issue, but the Travis CI error:
=================================== FAILURES =================================== _____________________ test_receive_with_custom_attributes ______________________ Traceback (most recent call last): File "/home/travis/build/GoogleCloudPlatform/python-docs-samples/pubsub/cloud-client/subscriber_test.py", line 174, in test_receive_with_custom_attributes assert 'Attributes' in out AssertionError: assert 'Attributes' in 'Listening for messages on projects/python-docs-samples-tests/subscriptions/subscription-test-subscription\nReceived message: Message {\n data: b\'Test message\'\n attributes: {\n "origin": "python-sample"\n }\n}\n' ===================== 1 failed, 21 passed in 54.73 seconds ===================== nox > Command pytest --junitxml=sponge_log.xml -m not slow failed with exit code 1 nox > Session py36(sample='./pubsub/cloud-client') failed.
The text was updated successfully, but these errors were encountered:
Closing this as Won't Fix: Obsolete.
Sorry, something went wrong.
anguillanneuf
No branches or pull requests
In which file did you encounter the issue?
In PR 1464
Did you change the file? If so, how?
I updated READMEs, but pubsub test failed.
Describe the issue
I'm unsure what the actual issue, but the Travis CI error:
The text was updated successfully, but these errors were encountered: