Skip to content

Commit

Permalink
Fix url route in test case
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Oct 4, 2017
1 parent 84218e3 commit 4db19d2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ def test_0030_reinstall_column_repository(self):
convert_repository = self.test_db_util.get_repository_by_name_and_owner(convert_repository_name, common.test_user_1_name)
strings_displayed = ['Handle repository dependencies', 'convert_chars_1087', self.get_repository_tip(convert_repository)]
# Due to twill's limitations, only check for strings on the (redirected) reselect tool panel section page, don't actually reinstall.
params = dict(operation='activate or reinstall', id=self.security.encode_id(installed_column_repository.id))
url = '/admin_toolshed/browse_repositories'
params = dict(id=self.security.encode_id(installed_column_repository.id))
url = '/admin_toolshed/restore_repository'
self.visit_galaxy_url(url, params)
self.check_for_strings(strings_displayed)
strings_not_displayed = ['column_maker_1087']
Expand Down

0 comments on commit 4db19d2

Please sign in to comment.