mirror of
https://github.com/halejohn/Cloudreve.git
synced 2026-01-26 09:34:57 +08:00
Test: new changes in 3.4.0
This commit is contained in:
@@ -190,7 +190,7 @@ func TestHandler_Source(t *testing.T) {
|
||||
|
||||
// 设定了CDN,解析失败
|
||||
{
|
||||
handler.Policy.BaseURL = string(0x7f)
|
||||
handler.Policy.BaseURL = string([]byte{0x7f})
|
||||
file := model.File{
|
||||
Model: gorm.Model{
|
||||
ID: 1,
|
||||
|
||||
Reference in New Issue
Block a user