Skip to content

Commit

Permalink
chore: Removed db span test assertions that conflicted with new prope…
Browse files Browse the repository at this point in the history
…rties

Signed-off-by: mrickard <maurice@mauricerickard.com>
  • Loading branch information
mrickard committed Apr 30, 2024
1 parent f656ea0 commit 707ab6e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion test/unit/spans/span-event.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,6 @@ tap.test('fromSegment()', (t) => {
// Should have not http properties.
const hasOwnAttribute = Object.hasOwnProperty.bind(attributes)
t.notOk(hasOwnAttribute('http.url'))
t.notOk(hasOwnAttribute('server.address'))
t.notOk(hasOwnAttribute('http.method'))
t.notOk(hasOwnAttribute('http.request.method'))

Expand Down
1 change: 0 additions & 1 deletion test/unit/spans/streaming-span-event.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,6 @@ tap.test('fromSegment()', (t) => {
// Should have not http properties.
const hasOwnAttribute = Object.hasOwnProperty.bind(agentAttributes)
t.notOk(hasOwnAttribute('http.url'))
t.notOk(hasOwnAttribute('server.address'))
t.notOk(hasOwnAttribute('http.method'))
t.notOk(hasOwnAttribute('http.request.method'))

Expand Down

0 comments on commit 707ab6e

Please sign in to comment.