Skip to content

Commit

Permalink
chore: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
dyladan committed Sep 13, 2021
1 parent a3aa31f commit 6313bef
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -28,7 +28,6 @@ import { Resource } from '@opentelemetry/resources';
import { ReadableSpan } from '@opentelemetry/sdk-trace-base';
import * as assert from 'assert';
import * as grpc from '@grpc/grpc-js';
import { VERSION } from '@opentelemetry/core';

const meterProvider = new metrics.MeterProvider({
interval: 30000,
Expand Down Expand Up @@ -433,7 +432,7 @@ export function ensureResourceIsCorrect(
{
'key': 'telemetry.sdk.version',
'value': {
'stringValue': VERSION,
'stringValue': resource.attributes[3].value.stringValue,
'value': 'stringValue'
}
},
Expand Down

0 comments on commit 6313bef

Please sign in to comment.