0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-06-10 22:49:19 +02:00
This commit is contained in:
Lunny Xiao 2024-05-17 21:38:53 +08:00
parent 8a01693ac7
commit 068bb240fd
No known key found for this signature in database
GPG key ID: C3B7C91B632F738A

View file

@ -164,6 +164,8 @@ func TestPackageGeneric(t *testing.T) {
defer func() {
setting.Packages.Storage.AzureBlobConfig.ServeDirect = old
}()
setting.Packages.Storage.AzureBlobConfig.ServeDirect = true
}
}