Skip to content

Commit 33da918

Browse files
committed
fix(pg): fix test add disableCallback
1 parent 01599d8 commit 33da918

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

test/instrumentations/pg/pg.spec.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ describe('pg module wrapper', function () {
4848
qryArguments,
4949
fakeAgent,
5050
{
51+
disableCallback: true,
5152
host: 'localhost:5432',
5253
method: 'SELECT',
5354
protocol: 'pg',
@@ -88,6 +89,7 @@ describe('pg module wrapper', function () {
8889
qryArguments,
8990
fakeAgent,
9091
{
92+
disableCallback: true,
9193
host: 'localhost:5432',
9294
method: 'SELECT',
9395
protocol: 'pg',

0 commit comments

Comments
 (0)