mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-04-24 13:56:57 +00:00
add todo
This commit is contained in:
parent
b8ec53c52d
commit
4459ddc45a
1 changed files with 2 additions and 0 deletions
|
@ -59,6 +59,8 @@ func TestGetContent(t *testing.T) {
|
|||
assert.EqualValues(t, "text/html; charset=utf-8", resp.Header.Get("Content-Type"))
|
||||
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)
|
||||
}
|
||||
|
||||
func TestCustomDomain(t *testing.T) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue