Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Run precommit
  • Loading branch information
DylanRussell committed Jul 9, 2025
commit 9b45309193aa4e228d8ebefc5327ae061982f81c
4 changes: 0 additions & 4 deletions opentelemetry-api/tests/logs/test_log_record.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,3 @@ class TestLogRecord(unittest.TestCase):
def test_log_record_observed_timestamp_default(self, time_ns_mock): # type: ignore
time_ns_mock.return_value = OBSERVED_TIMESTAMP
self.assertEqual(LogRecord().observed_timestamp, OBSERVED_TIMESTAMP)

def test_context_used_by_default(self):
record = LogRecord()

Loading