mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-06 11:23:48 -05:00
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user