Skip to content

Commit

Permalink
Update other affected integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharycmontoya committed Nov 1, 2023
1 parent dd4855c commit 6fe933f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public PeerServiceMappingTests(ITestOutputHelper output)
[Trait("SupportsInstrumentationVerification", "True")]
public void RenamesService()
{
var expectedSpanCount = 82;
var expectedSpanCount = 87;

SetInstrumentationVerification();
const string expectedOperationName = "http.request";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public ServiceMappingTests(ITestOutputHelper output)
[Trait("SupportsInstrumentationVerification", "True")]
public void RenamesService()
{
var expectedSpanCount = 82;
var expectedSpanCount = 87;

SetInstrumentationVerification();
const string expectedOperationName = "http.request";
Expand Down

0 comments on commit 6fe933f

Please sign in to comment.