mirror of
https://github.com/ansible/awx.git
synced 2026-01-17 20:51:21 -03:30
Added redis in-memory fixture for functional tests
This commit is contained in:
parent
d464ea0f56
commit
30f88b6e30
@ -130,3 +130,8 @@ def get():
|
||||
middleware.process_response(request, response)
|
||||
return response
|
||||
return rf
|
||||
|
||||
@pytest.fixture(scope="session", autouse=True)
|
||||
def celery_memory_broker():
|
||||
from django.conf import settings
|
||||
settings.BROKER_URL='memory://localhost/'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user