Skip to content

Commit 61a661d

Browse files
Drop version from autobahn config (#12201)
1 parent bad4131 commit 61a661d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

tests/autobahn/server/fuzzingclient.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,7 @@
33
"outdir": "./reports/servers",
44

55
"servers": [
6-
{
7-
"agent": "AutobahnServer",
8-
"url": "ws://localhost:9001",
9-
"options": {"version": 18}
10-
}
6+
{"agent": "AutobahnServer", "url": "ws://localhost:9001"}
117
],
128

139
"cases": ["*"],

0 commit comments

Comments
 (0)