From eff3fcb3a958e26db15874130303b63948c818f2 Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Wed, 26 Jul 2023 15:08:20 +0200 Subject: [PATCH] revert comment --- tests/path_gateway_raw_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/path_gateway_raw_test.go b/tests/path_gateway_raw_test.go index 2fbba586e..b6934e125 100644 --- a/tests/path_gateway_raw_test.go +++ b/tests/path_gateway_raw_test.go @@ -107,7 +107,7 @@ func TestGatewayBlock(t *testing.T) { Header("Cache-Control"). Hint("It should be public, immutable and have max-age of at least 31536000."). Checks(func(v string) bool { - // TODO: port this to a regular + // TODO: port this to a regular check. directives := strings.Split(strings.ReplaceAll(v, " ", ""), ",") dir := make(map[string]string) for _, directive := range directives {