From b1a7f0cafa9eb10fbb6ac7dc79ec7da8257051ea Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Mon, 26 Apr 2021 21:33:35 +0300 Subject: - Bump golang version in the go.mod Signed-off-by: Valery Piashchynski --- tests/plugins/http/http_plugin_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/plugins/http') diff --git a/tests/plugins/http/http_plugin_test.go b/tests/plugins/http/http_plugin_test.go index 8bfaa2e8..000fd25d 100644 --- a/tests/plugins/http/http_plugin_test.go +++ b/tests/plugins/http/http_plugin_test.go @@ -1669,7 +1669,7 @@ func staticNotForbid(t *testing.T) { } func serveStaticSample(t *testing.T) { - b, r, err := get("http://localhost:21603/tests/sample.txt") + b, r, err := get("http://localhost:21603/tests/static/sample.txt") assert.NoError(t, err) assert.Equal(t, "sample", b) _ = r.Body.Close() -- cgit v1.2.3