Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Merge pull request #4323 from gratipay/project/claim-packages-fix-build
Browse files Browse the repository at this point in the history
Fix regression in test
  • Loading branch information
nobodxbodon authored Feb 4, 2017
2 parents a3b413f + 3315737 commit fcd054f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/py/test_www_npm_package.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ def setUp(self):
self.make_package('npm', 'foo', 'The foo package', ['[email protected]'])

def test_gets_signin_page(self):
assert 'npm/foo has not been claimed' in self.client.GET('/on/npm/foo/').body
assert 'npm/foo</a> has not been claimed' in self.client.GET('/on/npm/foo/').body

0 comments on commit fcd054f

Please sign in to comment.