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 Nov 26, 2024
1 parent b5088af commit 09283ec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/unit/test_client_logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,9 @@ def test_initialize_logging():
with mock.patch("os.getenv", return_value="foo.bar"):
with mock.patch("google.api_core.client_logging._BASE_LOGGER_NAME", "foo"):
initialize_logging()

assert base_logger.propagate == True
assert module_logger.propagate == True


reset_logger("foo")
reset_logger("foo.bar")

0 comments on commit 09283ec

Please sign in to comment.