mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-05 14:28:25 -04:00
@@ -16,7 +16,7 @@ bucket_credentials = {
|
|||||||
@pytest.fixture
|
@pytest.fixture
|
||||||
def vcap_services():
|
def vcap_services():
|
||||||
return {
|
return {
|
||||||
"aws-elasticache-redis": [{"credentials": {"uri": "redis://xxx:6379"}}],
|
"aws-elasticache-redis": [{"credentials": {"uri": "rediss://xxx:6379"}}],
|
||||||
"s3": [
|
"s3": [
|
||||||
{
|
{
|
||||||
"name": "notify-api-csv-upload-bucket-test",
|
"name": "notify-api-csv-upload-bucket-test",
|
||||||
|
|||||||
Reference in New Issue
Block a user