Update tests to use new SSL script

This commit is contained in:
Juan Calderon-Perez
2023-09-09 21:44:24 -04:00
parent 89c473aac7
commit 7e2c6a3e62
14 changed files with 7 additions and 308 deletions

View File

@@ -146,7 +146,7 @@ func Test_Redis_Initalize_WithURL(t *testing.T) {
}
func Test_Redis_Initalize_WithURL_TLS(t *testing.T) {
cer, err := tls.LoadX509KeyPair("./tests/tls/client.crt", "./tests/tls/client.key")
cer, err := tls.LoadX509KeyPair("/home/runner/work/storage/storage/tls/client.crt", "/home/runner/work/storage/storage/tls/client.key")
if err != nil {
log.Println(err)
return