Skip to content

Commit

Permalink
Remove message test
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Oct 17, 2017
1 parent eec678c commit 098059c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/shed_functional/base/twilltestcase.py
Original file line number Diff line number Diff line change
Expand Up @@ -1094,8 +1094,6 @@ def reactivate_repository(self, installed_repository):
params = dict(id=self.security.encode_id(installed_repository.id))
url = '/admin_toolshed/restore_repository'
self.visit_galaxy_url(url, params)
strings_displayed = [installed_repository.name, 'repository has been activated']
self.check_for_strings(strings_displayed, [])

def reinstall_repository(self,
installed_repository,
Expand Down

0 comments on commit 098059c

Please sign in to comment.