Skip to content

Commit 28532f4

Browse files
authored
testkit: Add Bolt versions to feature list (#810)
1 parent 2d1e016 commit 28532f4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

packages/testkit-backend/src/request-handlers.js

+6-1
Original file line numberDiff line numberDiff line change
@@ -278,8 +278,13 @@ export function GetFeatures (_context, _params, wire) {
278278
'Feature:Auth:Bearer',
279279
'AuthorizationExpiredTreatment',
280280
'ConfHint:connection.recv_timeout_seconds',
281-
'Feature:Bolt:4.4',
282281
'Feature:Impersonation',
282+
'Feature:Bolt:3.0',
283+
'Feature:Bolt:4.0',
284+
'Feature:Bolt:4.1',
285+
'Feature:Bolt:4.2',
286+
'Feature:Bolt:4.3',
287+
'Feature:Bolt:4.4',
283288
...SUPPORTED_TLS
284289
]
285290
})

0 commit comments

Comments
 (0)