Fix fuzzingclient_skip_deflate host name

This commit is contained in:
Matt Bonneau 2020-04-09 18:07:42 -04:00
parent 5cdc4478f7
commit 1a4fa37f06

View File

@ -2,10 +2,10 @@
"options": {
"failByDrop": false
}
, "outdir": "./reports/servers"
, "outdir": "/reports/servers"
, "servers": [{
"agent": "RatchetRFC/0.1.0"
, "url": "ws://localhost:9001"
, "url": "ws://host.docker.internal:9001"
, "options": {"version": 18}
}]
, "cases": ["*"]