Skip to content

Commit

Permalink
rename views to services
Browse files Browse the repository at this point in the history
  • Loading branch information
To-Ki-O committed Mar 27, 2023
1 parent 69c9ac8 commit 413aae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext/feedback/tests/services/download/test_summary.py
Expand Up @@ -27,7 +27,7 @@ def get_downloads(resource_id):


@pytest.mark.usefixtures('clean_db', 'with_plugins', 'with_request_context')
class TestDownloadView:
class TestDownloadServices:
model.repo.init_db()
engine = get_engine('db', '5432', 'ckan_test', 'ckan', 'ckan')
create_utilization_tables(engine)
Expand Down

0 comments on commit 413aae9

Please sign in to comment.