mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-04-24 13:56:57 +00:00
:
This commit is contained in:
parent
4459ddc45a
commit
0b7e40a098
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue