Add instance of Redis without MTLS to workflow

This commit is contained in:
Juan Calderon-Perez
2023-09-09 22:44:46 -04:00
parent e41f3e4131
commit 78cfcf3206
2 changed files with 9 additions and 3 deletions

View File

@@ -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 (