Skip to content

Commit f02bd73

Browse files
committed
Fix tests on python 3.8
1 parent 7ca83ee commit f02bd73

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

opentelemetry-sdk/tests/test_configurator.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -620,6 +620,8 @@ def setUp(self):
620620
self.set_event_logger_provider_patch.start()
621621
)
622622

623+
getLogger().handlers.clear()
624+
623625
def tearDown(self):
624626
self.processor_patch.stop()
625627
self.set_provider_patch.stop()

0 commit comments

Comments
 (0)