Skip to content

Commit

Permalink
[#256] Fix the duplicate dataset test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelbabu authored and amercader committed Apr 17, 2013
1 parent 589c32d commit 646dbef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/tests/functional/api/test_dashboard.py
Expand Up @@ -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
Expand Down

0 comments on commit 646dbef

Please sign in to comment.