We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06d88dd commit 8fa41a8Copy full SHA for 8fa41a8
instrumentation/opentelemetry-instrumentation-cassandra/tests/test_cassandra_integration.py
@@ -42,9 +42,11 @@ def tearDown(self):
42
super().tearDown()
43
with self.disable_logging():
44
CassandraInstrumentor().uninstrument()
45
+
46
@property
47
def _mocked_session(self):
48
return cassandra.cluster.Session(cluster=mock.Mock(), hosts=[])
49
50
def test_instrument_uninstrument(self):
51
instrumentation = CassandraInstrumentor()
52
instrumentation.instrument()
0 commit comments