Skip to content

Commit

Permalink
fix(frontend): fix grpc test spec snippet (#2605)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeepc committed May 29, 2023
1 parent 07f4ec2 commit 8a0508f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/constants/TestSpecs.constants.ts
Expand Up @@ -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',
},
Expand Down

0 comments on commit 8a0508f

Please sign in to comment.