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 3f7c4fd commit 9b45309Copy full SHA for 9b45309
opentelemetry-api/tests/logs/test_log_record.py
@@ -25,7 +25,3 @@ class TestLogRecord(unittest.TestCase):
25
def test_log_record_observed_timestamp_default(self, time_ns_mock): # type: ignore
26
time_ns_mock.return_value = OBSERVED_TIMESTAMP
27
self.assertEqual(LogRecord().observed_timestamp, OBSERVED_TIMESTAMP)
28
-
29
- def test_context_used_by_default(self):
30
- record = LogRecord()
31
0 commit comments