Skip to content

Commit

Permalink
Fix Tool Shed test broken with PR #706.
Browse files Browse the repository at this point in the history
  • Loading branch information
nsoranzo committed Sep 11, 2015
1 parent 36809cd commit 63a715f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tool_shed/functional/test_1140_tool_help_images.py
Expand Up @@ -112,7 +112,7 @@ def test_0020_verify_tool_image_link( self ):
src="admin_toolshed/static/images/<id>/count_modes.png"
'''
repository = self.test_db_util.get_installed_repository_by_name_owner( repository_name, common.test_user_1_name )
image_path = 'src="admin_toolshed/static/images/%s/count_modes.png"' % self.security.encode_id( repository.id )
image_path = 'admin_toolshed/static/images/%s/count_modes.png' % self.security.encode_id( repository.id )
# The repository uploaded in this test should only define one tool, which should be the tool that contains a link to an image.
repository_metadata = repository.metadata
tool_id = repository_metadata[ 'tools' ][ 0 ][ 'guid' ]
Expand Down

0 comments on commit 63a715f

Please sign in to comment.