This commit is contained in:
6543 2022-07-15 20:59:37 +02:00
parent 4459ddc45a
commit 0b7e40a098
No known key found for this signature in database
GPG key ID: C99B82E40B027BAE

View file

@ -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) {