Skip to content

Commit 09283ec

Browse files
1 parent b5088af commit 09283ec

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎tests/unit/test_client_logging.py‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,9 @@ def test_initialize_logging():
9696
with mock.patch("os.getenv", return_value="foo.bar"):
9797
with mock.patch("google.api_core.client_logging._BASE_LOGGER_NAME", "foo"):
9898
initialize_logging()
99-
99+
100100
assert base_logger.propagate == True
101101
assert module_logger.propagate == True
102102

103-
104103
reset_logger("foo")
105104
reset_logger("foo.bar")

0 commit comments

Comments
 (0)