diff --git a/ckan/tests/functional/api/test_dashboard.py b/ckan/tests/functional/api/test_dashboard.py index c7252348490..6519e94af13 100644 --- a/ckan/tests/functional/api/test_dashboard.py +++ b/ckan/tests/functional/api/test_dashboard.py @@ -335,7 +335,7 @@ def test_09_activities_that_should_not_show(self): def test_10_dashboard_activity_list_html(self): '''Test that dashboard activity list html call works.''' - params = json.dumps({'name': 'irrelevant_dataset'}) + params = json.dumps({'name': 'irrelevant_dataset1'}) response = self.app.post('/api/action/package_create', params=params, extra_environ={'Authorization': str(self.annafan['apikey'])}) assert response.json['success'] is True