From 1a4fa37f0625e7f11c78820caeb6ee3a67f40b9c Mon Sep 17 00:00:00 2001 From: Matt Bonneau Date: Thu, 9 Apr 2020 18:07:42 -0400 Subject: [PATCH] Fix fuzzingclient_skip_deflate host name --- tests/ab/fuzzingclient_skip_deflate.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/ab/fuzzingclient_skip_deflate.json b/tests/ab/fuzzingclient_skip_deflate.json index 88732c9..3d7780c 100644 --- a/tests/ab/fuzzingclient_skip_deflate.json +++ b/tests/ab/fuzzingclient_skip_deflate.json @@ -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": ["*"]