Skip to content

Commit 88fb2dc

Browse files
committed
tests: change plugin order
1 parent 63f68a5 commit 88fb2dc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

ckanext/dc_serve/tests/test_jobs.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
# We need the dcor_depot extension to make sure that the symbolic-
3030
# linking pipeline is used.
31-
@pytest.mark.ckan_config('ckan.plugins', 'dcor_depot dc_serve dcor_schemas')
31+
@pytest.mark.ckan_config('ckan.plugins', 'dcor_depot dcor_schemas dc_serve')
3232
@pytest.mark.usefixtures('clean_db', 'with_request_context')
3333
@mock.patch('ckan.plugins.toolkit.enqueue_job',
3434
side_effect=synchronous_enqueue_job)
@@ -72,7 +72,7 @@ def test_create_condensed_dataset_job_upload_s3(enqueue_job_mock, tmp_path):
7272

7373
# We need the dcor_depot extension to make sure that the symbolic-
7474
# linking pipeline is used.
75-
@pytest.mark.ckan_config('ckan.plugins', 'dcor_depot dc_serve dcor_schemas')
75+
@pytest.mark.ckan_config('ckan.plugins', 'dcor_depot dcor_schemas dc_serve')
7676
@pytest.mark.ckan_config('ckanext.dc_serve.create_condensed_datasets', "false")
7777
@pytest.mark.usefixtures('clean_db', 'with_request_context')
7878
@mock.patch('ckan.plugins.toolkit.enqueue_job',
@@ -96,7 +96,7 @@ def test_do_not_create_condensed_by_config_dataset_job_upload_s3(
9696

9797
# We need the dcor_depot extension to make sure that the symbolic-
9898
# linking pipeline is used.
99-
@pytest.mark.ckan_config('ckan.plugins', 'dcor_depot dc_serve dcor_schemas')
99+
@pytest.mark.ckan_config('ckan.plugins', 'dcor_depot dcor_schemas dc_serve')
100100
@pytest.mark.usefixtures('clean_db', 'with_request_context')
101101
@mock.patch('ckan.plugins.toolkit.enqueue_job',
102102
side_effect=synchronous_enqueue_job)

0 commit comments

Comments
 (0)