|
14 | 14 |
|
15 | 15 |
|
16 | 16 | @pytest.mark.ckan_config('ckan.plugins', 'dcor_depot dcor_schemas dc_serve') |
17 | | -@pytest.mark.usefixtures('clean_db', 'with_request_context') |
| 17 | +@pytest.mark.usefixtures('clean_db') |
18 | 18 | @mock.patch('ckan.plugins.toolkit.enqueue_job', |
19 | 19 | side_effect=synchronous_enqueue_job) |
20 | 20 | def test_route_redircet_condensed_to_s3_private(enqueue_job_mock, app): |
@@ -72,7 +72,7 @@ def test_route_redircet_condensed_to_s3_private(enqueue_job_mock, app): |
72 | 72 |
|
73 | 73 |
|
74 | 74 | @pytest.mark.ckan_config('ckan.plugins', 'dcor_depot dcor_schemas dc_serve') |
75 | | -@pytest.mark.usefixtures('clean_db', 'with_request_context') |
| 75 | +@pytest.mark.usefixtures('clean_db') |
76 | 76 | @mock.patch('ckan.plugins.toolkit.enqueue_job', |
77 | 77 | side_effect=synchronous_enqueue_job) |
78 | 78 | def test_route_condensed_to_s3_public(enqueue_job_mock, app): |
@@ -113,7 +113,7 @@ def test_route_condensed_to_s3_public(enqueue_job_mock, app): |
113 | 113 |
|
114 | 114 |
|
115 | 115 | @pytest.mark.ckan_config('ckan.plugins', 'dcor_depot dcor_schemas dc_serve') |
116 | | -@pytest.mark.usefixtures('clean_db', 'with_request_context') |
| 116 | +@pytest.mark.usefixtures('clean_db') |
117 | 117 | @mock.patch('ckan.plugins.toolkit.enqueue_job', |
118 | 118 | side_effect=synchronous_enqueue_job) |
119 | 119 | def test_route_redircet_resource_to_s3_private(enqueue_job_mock, app): |
|
0 commit comments