From 97222b936ddf9c608ece065d2157d117490be509 Mon Sep 17 00:00:00 2001 From: jmjoy Date: Thu, 10 Nov 2022 10:08:20 +0800 Subject: [PATCH] Fix CI. --- tests/data/expected_context.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/data/expected_context.yaml b/tests/data/expected_context.yaml index 9d1dae4..f366211 100644 --- a/tests/data/expected_context.yaml +++ b/tests/data/expected_context.yaml @@ -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 @@ -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 @@ -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 }