Skip to content

Commit

Permalink
Fix CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmjoy committed Nov 10, 2022
1 parent f9db349 commit 97222b9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/data/expected_context.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -731,10 +731,10 @@ segmentItems:
value: redis
- key: cache.cmd
value: get
- key: cache.key
value: key0
- key: cache.op
value: read
- key: cache.key
value: key0
- operationName: Redis->get
parentSpanId: 0
spanId: 4
Expand All @@ -751,10 +751,10 @@ segmentItems:
value: redis
- key: cache.cmd
value: get
- key: cache.key
value: key1
- key: cache.op
value: read
- key: cache.key
value: key1
- operationName: GET:/redis.succ.php
parentSpanId: -1
spanId: 0
Expand Down Expand Up @@ -802,10 +802,10 @@ segmentItems:
value: redis
- key: cache.cmd
value: set
- key: cache.key
value: foo
- key: cache.op
value: write
- key: cache.key
value: foo
logs:
- logEvent:
- { key: Exception Class, value: RedisException }
Expand Down

0 comments on commit 97222b9

Please # to comment.