From f8c59280a64cac644f5415d665d57a91174281db Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Wed, 3 Apr 2024 18:15:23 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot=20post-p?= =?UTF-8?q?rocessor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- tests/unit/pubsub_v1/publisher/test_publisher_client.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/unit/pubsub_v1/publisher/test_publisher_client.py b/tests/unit/pubsub_v1/publisher/test_publisher_client.py index 9f9cfc703..a8f1780e1 100644 --- a/tests/unit/pubsub_v1/publisher/test_publisher_client.py +++ b/tests/unit/pubsub_v1/publisher/test_publisher_client.py @@ -344,6 +344,7 @@ def test_publish_with_ordering_key_with_no_retry(creds): # Check the retry settings used for the batch. batch_class.assert_called_once() + def test_publish_attrs_bytestring(creds): client = publisher.Client(credentials=creds)