mirror of
https://github.com/halejohn/Cloudreve.git
synced 2026-01-26 17:41:57 +08:00
Test: new modifications in filesystem pkg
This commit is contained in:
@@ -105,7 +105,7 @@ func TestHandler_Source(t *testing.T) {
|
||||
// 解析失败 自定义CDN
|
||||
{
|
||||
handler := Driver{
|
||||
Policy: &model.Policy{Server: "/", BaseURL: string(0x7f)},
|
||||
Policy: &model.Policy{Server: "/", BaseURL: string([]byte{0x7f})},
|
||||
AuthInstance: auth.HMACAuth{},
|
||||
}
|
||||
file := model.File{
|
||||
|
||||
Reference in New Issue
Block a user