googleapis / python-pubsub

Apache License 2.0
392 stars 205 forks source link

fix: unit test failures in https://github.com/googleapis/python-pubsu… #1074

Closed mukund-ananthu closed 9 months ago

mukund-ananthu commented 9 months ago

…b/pull/1064

Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:

Fixes # 🦕

ohmayr commented 9 months ago

Please try updating credentials.AnonymousCredentials to credentials.AnonymousCredentials(). Let me know if that works!

mukund-ananthu commented 9 months ago

Please try updating credentials.AnonymousCredentials to credentials.AnonymousCredentials(). Let me know if that works!

@ohmayr Making this change, results in unit tests passing now. Thanks.