Skip to content

Commit 3af247a

Browse files
committed
update tests
1 parent 9eac3df commit 3af247a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/cubejs-backend-native/test/sql.test.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,8 @@ describe('SQLInterface', () => {
200200
request: {
201201
id: expect.any(String),
202202
meta: null,
203+
method: expect.any(String),
204+
protocol: expect.any(String),
203205
},
204206
user: user || null,
205207
password:
@@ -257,6 +259,8 @@ describe('SQLInterface', () => {
257259
request: {
258260
id: expect.any(String),
259261
meta: null,
262+
method: expect.any(String),
263+
protocol: expect.any(String),
260264
},
261265
user: 'allowed_user',
262266
password: 'password_for_allowed_user',

0 commit comments

Comments
 (0)