mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-30 22:42:28 -05:00
Remove redundant postgres CloudFoundry fixture
This commit is contained in:
@@ -10,20 +10,13 @@ from app.cloudfoundry_config import (
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
def postgres_config():
|
||||
return [
|
||||
{
|
||||
def cloudfoundry_config():
|
||||
return {
|
||||
'postgres': [{
|
||||
'credentials': {
|
||||
'uri': 'postgres uri'
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
def cloudfoundry_config(postgres_config):
|
||||
return {
|
||||
'postgres': postgres_config,
|
||||
}],
|
||||
'user-provided': []
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user