Skip to content

Commit

Permalink
🦉 Updates from OwlBot post-processor
Browse files Browse the repository at this point in the history
  • Loading branch information
gcf-owl-bot[bot] committed Feb 9, 2024
1 parent 6ed4334 commit 79a59df
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/unit/gapic/pubsub_v1/test_publisher.py
Original file line number Diff line number Diff line change
Expand Up @@ -1738,8 +1738,7 @@ def test_publish_flattened():
# Call the method with a truthy value for each flattened field,
# using the keyword arguments to the method.
client.publish(
topic="topic_value",
messages=[pubsub.PubsubMessage(data=b"data_blob")]
topic="topic_value", messages=[pubsub.PubsubMessage(data=b"data_blob")]
)

# Establish that the underlying call was made with the expected
Expand Down

0 comments on commit 79a59df

Please sign in to comment.