Skip to content

Commit

Permalink
- httptest.RequestDataMismatch: removed debugging cruft
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-h committed May 15, 2014
1 parent 8f68c64 commit f915609
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/httptest.py
Expand Up @@ -37,9 +37,8 @@ def __str__(self):
# skip diff header
diff.next()
diff.next()
r = '%s, %s, %s\nDiff:\n%s' % (self.url, self.got, self.exp,
'\n'.join(diff))
return r
return '%s, %s, %s\nDiff:\n%s' % (self.url, self.got, self.exp,
'\n'.join(diff))


class MyHTTPHandler(urllib2.HTTPHandler):
Expand Down

0 comments on commit f915609

Please sign in to comment.