From a420a37350533a04384678964042d3c63a1e6a2e Mon Sep 17 00:00:00 2001 From: Marcin Rataj Date: Wed, 2 Aug 2023 15:47:22 +0200 Subject: [PATCH] chore: fix test message --- 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 99779ac9c..ca0a81c15 100644 --- a/tests/path_gateway_raw_test.go +++ b/tests/path_gateway_raw_test.go @@ -104,7 +104,7 @@ func TestGatewayBlock(t *testing.T) { Header("X-IPFS-Roots"). Contains(fixture.MustGetCid()), Header("Cache-Control"). - Hint("It should be public, immutable and have max-age of at least 31536000."). + Hint("It should be public, immutable and have max-age of at least 29030400."). Checks(func(v string) bool { // TODO: port this to a regular check. directives := strings.Split(strings.ReplaceAll(v, " ", ""), ",")