mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-06 14:34:59 -04:00
More type hints for synapse.logging
(#13103)
Completes type hints for synapse.logging.scopecontextmanager and (partially) for synapse.logging.opentracing.
This commit is contained in:
parent
9667bad55d
commit
6ad012ef89
5 changed files with 56 additions and 46 deletions
|
@ -50,7 +50,7 @@ class LogContextScopeManagerTestCase(TestCase):
|
|||
# global variables that power opentracing. We create our own tracer instance
|
||||
# and test with it.
|
||||
|
||||
scope_manager = LogContextScopeManager({})
|
||||
scope_manager = LogContextScopeManager()
|
||||
config = jaeger_client.config.Config(
|
||||
config={}, service_name="test", scope_manager=scope_manager
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue