mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-30 06:21:50 -05:00
Adding default values
This commit is contained in:
@@ -111,6 +111,8 @@ def test_get_job_by_id(notify_api, sample_job):
|
||||
def test_create_job(notify_api, sample_template, mocker, fake_uuid):
|
||||
with notify_api.test_request_context():
|
||||
with notify_api.test_client() as client:
|
||||
from time import sleep
|
||||
sleep(30)
|
||||
mocker.patch('app.celery.tasks.process_job.apply_async')
|
||||
data = {
|
||||
'id': fake_uuid,
|
||||
|
||||
Reference in New Issue
Block a user