Skip to content

Commit 512aba3

Browse files
committed
Remove hardcoded bolt features go
1 parent 2d81fb1 commit 512aba3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/shared.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def get_driver_features(backend):
131131
features.add(protocol.Feature.TLS_1_2)
132132
if get_driver_name() in ["go"]:
133133
features.add(protocol.Feature.TLS_1_3)
134-
if get_driver_name() in ["go", "dotnet"]:
134+
if get_driver_name() in ["dotnet"]:
135135
features.add((
136136
protocol.Feature.BOLT_3_0,
137137
protocol.Feature.BOLT_4_0,

0 commit comments

Comments
 (0)