Skip to content

Commit

Permalink
chore(test): Added t.end() to trace unit test (#1698)
Browse files Browse the repository at this point in the history
Signed-off-by: mrickard <maurice@mauricerickard.com>
  • Loading branch information
mrickard authored Jun 26, 2023
1 parent 44b17ab commit 254c9c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/unit/trace.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -807,6 +807,7 @@ tap.test('should set URI to null when request.uri attribute is exluded from trac
const traceJSON = await trace.generateJSON()
const { 3: requestUri } = traceJSON
t.notOk(requestUri)
t.end()
})

tap.test('should set URI to /Unknown when URL is not known/set on transaction', async (t) => {
Expand Down

0 comments on commit 254c9c0

Please sign in to comment.