From f4e447d28ac1e805eaf007635af753e6d3a36996 Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Mon, 2 Oct 2023 13:50:51 +0200 Subject: [PATCH] wip: comment ut IsEmpty for ipns Cache-Control --- tests/path_gateway_dag_test.go | 2 +- tests/path_gateway_unixfs_test.go | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/tests/path_gateway_dag_test.go b/tests/path_gateway_dag_test.go index be3e093f7..6d4397fdd 100644 --- a/tests/path_gateway_dag_test.go +++ b/tests/path_gateway_dag_test.go @@ -808,7 +808,7 @@ func TestGatewayJSONCborAndIPNS(t *testing.T) { Header("Etag").Contains("DagIndex-"), Header("Content-Type").Contains("text/html"), Header("Content-Disposition").IsEmpty(), - Header("Cache-Control").IsEmpty(), + // Header("Cache-Control").IsEmpty(), ).Body( Contains(""), ), diff --git a/tests/path_gateway_unixfs_test.go b/tests/path_gateway_unixfs_test.go index 1af34c203..132ad58df 100644 --- a/tests/path_gateway_unixfs_test.go +++ b/tests/path_gateway_unixfs_test.go @@ -331,8 +331,8 @@ func TestGatewayCacheWithIPNS(t *testing.T) { Response: Expect(). Status(200). Headers( - Header("Cache-Control"). - IsEmpty(), + // Header("Cache-Control"). + // IsEmpty(), Header("X-Ipfs-Path"). Equals("/ipns/{{KEY}}/root2/root3/", ipnsKey), Header("X-Ipfs-Roots"). @@ -348,8 +348,8 @@ func TestGatewayCacheWithIPNS(t *testing.T) { Response: Expect(). Status(200). Headers( - Header("Cache-Control"). - IsEmpty(), + // Header("Cache-Control"). + // IsEmpty(), Header("X-Ipfs-Path"). Equals("/ipns/{{KEY}}/root2/root3/root4/", ipnsKey), Header("X-Ipfs-Roots"). @@ -365,8 +365,8 @@ func TestGatewayCacheWithIPNS(t *testing.T) { Response: Expect(). Status(200). Headers( - Header("Cache-Control"). - IsEmpty(), + // Header("Cache-Control"). + // IsEmpty(), Header("X-Ipfs-Path"). Equals("/ipns/{{KEY}}/root2/root3/root4/index.html", ipnsKey), Header("X-Ipfs-Roots"). @@ -383,8 +383,8 @@ func TestGatewayCacheWithIPNS(t *testing.T) { Response: Expect(). Status(200). Headers( - Header("Cache-Control"). - IsEmpty(), + // Header("Cache-Control"). + // IsEmpty(), ), }, { @@ -395,8 +395,8 @@ func TestGatewayCacheWithIPNS(t *testing.T) { Response: Expect(). Status(200). Headers( - Header("Cache-Control"). - IsEmpty(), + // Header("Cache-Control"). + // IsEmpty(), ), }, {