Skip to content

Commit

Permalink
test: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Oct 30, 2024
1 parent ccd3b5c commit f5d77a8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ describe(fileShortPath(import.meta.url), () => {
[SEMATTRS_HTTP_TARGET]: path,
[SEMATTRS_HTTP_ROUTE]: path,
},
mergeDefaultLogs: false,
})
}
catch (ex) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ describe(fileShortPath(import.meta.url), () => {
[SEMATTRS_HTTP_TARGET]: path,
[SEMATTRS_HTTP_ROUTE]: path,
},
mergeDefaultLogs: false,
})

assertJaegerParentSpanArray([
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ describe(fileShortPath(import.meta.url), () => {
[SEMATTRS_HTTP_TARGET]: path,
[SEMATTRS_HTTP_ROUTE]: path,
},
mergeDefaultLogs: false,
})

const opt1: AssertsOptions = {
Expand Down

0 comments on commit f5d77a8

Please sign in to comment.