From c24e057311caa1759abcf36fb15f278ee4aa6836 Mon Sep 17 00:00:00 2001 From: Carlo Costino Date: Tue, 7 Oct 2025 15:29:47 -0400 Subject: [PATCH] Fix test fixture Signed-off-by: Carlo Costino --- tests/app/test_cloudfoundry_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/app/test_cloudfoundry_config.py b/tests/app/test_cloudfoundry_config.py index 433f2c73e..10ee8ea44 100644 --- a/tests/app/test_cloudfoundry_config.py +++ b/tests/app/test_cloudfoundry_config.py @@ -16,7 +16,7 @@ bucket_credentials = { @pytest.fixture def vcap_services(): return { - "aws-elasticache-redis": [{"credentials": {"uri": "redis://xxx:6379"}}], + "aws-elasticache-redis": [{"credentials": {"uri": "rediss://xxx:6379"}}], "s3": [ { "name": "notify-api-csv-upload-bucket-test",