We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8a32fd commit e99705eCopy full SHA for e99705e
2 files changed
tests/test_concurrent_processing.py
@@ -56,7 +56,7 @@ def is_healthy(self) -> bool:
56
57
58
@pytest.fixture(autouse=True)
59
-def reset_singleton() -> typing.Generator[None]:
+def reset_singleton() -> typing.Iterator[None]:
60
KafkaConcurrentHandler._instance = None
61
KafkaConcurrentHandler._initialized = False
62
yield
tests/test_middleware.py
@@ -17,7 +17,7 @@
17
18
19
20
21
22
23
0 commit comments