From 8a0508fee6c77fd5641ccd40762c3932777dfde9 Mon Sep 17 00:00:00 2001 From: Jorge Padilla Date: Mon, 29 May 2023 12:02:01 -0500 Subject: [PATCH] fix(frontend): fix grpc test spec snippet (#2605) --- web/src/constants/TestSpecs.constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/constants/TestSpecs.constants.ts b/web/src/constants/TestSpecs.constants.ts index a892d11e3d..e187bbdfef 100644 --- a/web/src/constants/TestSpecs.constants.ts +++ b/web/src/constants/TestSpecs.constants.ts @@ -55,7 +55,7 @@ export const GRPC_SPANS_STATUS_CODE: TSnippet = { selector: 'span[tracetest.span.type="rpc" rpc.system="grpc"]', assertions: [ { - left: 'attr:grpc.status_code', + left: 'attr:rpc.grpc.status_code', comparator: '=', right: '0', },