Skip to content

Commit d12c875

Browse files
authored
TestKit: add feature flags for bolt versions (#613)
1 parent 8bc0c88 commit d12c875

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

testkitbackend/test_config.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@
3131
"Feature:Auth:Bearer": true,
3232
"Feature:Auth:Custom": true,
3333
"Feature:Auth:Kerberos": true,
34+
"Feature:Bolt:3.0": true,
35+
"Feature:Bolt:4.0": true,
36+
"Feature:Bolt:4.1": true,
37+
"Feature:Bolt:4.2": true,
38+
"Feature:Bolt:4.3": true,
3439
"Feature:Bolt:4.4": true,
3540
"Feature:Impersonation": true,
3641
"Feature:TLS:1.1": "Driver blocks TLS 1.1 for security reasons",

0 commit comments

Comments
 (0)