mirror of
https://github.com/gofiber/storage.git
synced 2025-10-05 08:37:10 +08:00
Add instance of Redis without MTLS to workflow
This commit is contained in:
@@ -233,7 +233,7 @@ func Test_Redis_Initalize_WithURL_TLS_Verify(t *testing.T) {
|
||||
|
||||
func Test_Redis_Initalize_With_Secure_URL(t *testing.T) {
|
||||
testStoreUrl := New(Config{
|
||||
URL: "rediss://localhost:6380",
|
||||
URL: "rediss://localhost:16380",
|
||||
})
|
||||
|
||||
var (
|
||||
|
Reference in New Issue
Block a user