Skip to content

Commit 88f233a

Browse files
fix: test cases
1 parent 2874cca commit 88f233a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

projects/distributed-tracing/src/shared/dashboard/widgets/log-detail/data/log-detail-data-source.model.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ describe('Log Detail data source model', () => {
1515
key2: 'value2'
1616
};
1717
const logEvent: LogEvent = {
18-
traceId: 'id1',
1918
attributes: attributes,
20-
spanId: 's-id1',
2119
timestamp: '2021-05-05T00:00:00Z',
2220
summary: 'test log event'
2321
};

0 commit comments

Comments
 (0)