From 0b7e40a098547c87c6d8fcd1788004726bcc69ea Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Fri, 15 Jul 2022 20:59:37 +0200 Subject: [PATCH] : --- integration/get_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/get_test.go b/integration/get_test.go index ed5f243..8af40f0 100644 --- a/integration/get_test.go +++ b/integration/get_test.go @@ -60,7 +60,7 @@ func TestGetContent(t *testing.T) { assert.True(t, getSize(resp.Body) > 100) assert.Len(t, resp.Header.Get("ETag"), 42) - // TODO test get of non cachable content (content size > fileCacheSizeLimit) + // TODO: test get of non cachable content (content size > fileCacheSizeLimit) } func TestCustomDomain(t *testing.T) {