mirror of
https://github.com/go-gitea/gitea
synced 2024-12-21 18:07:51 +01:00
Fix test
This commit is contained in:
parent
abe1cf3ff7
commit
ae4a882223
@ -47,7 +47,7 @@ func getExpectedFileResponse() *api.FileResponse {
|
|||||||
Path: treePath,
|
Path: treePath,
|
||||||
SHA: sha,
|
SHA: sha,
|
||||||
LastCommitSHA: "65f1bf27bc3bf70f64657658635e66094edbcb4d",
|
LastCommitSHA: "65f1bf27bc3bf70f64657658635e66094edbcb4d",
|
||||||
LastCommitWhen: time.Date(2017, 3, 19, 16, 47, 59, 0, time.FixedZone("", -4)),
|
LastCommitWhen: time.Date(2017, 3, 19, 20, 47, 59, 0, time.UTC),
|
||||||
Type: "file",
|
Type: "file",
|
||||||
Size: 30,
|
Size: 30,
|
||||||
Encoding: &encoding,
|
Encoding: &encoding,
|
||||||
|
Loading…
Reference in New Issue
Block a user