Commit 08df4c6e authored by Łukasz Nowak's avatar Łukasz Nowak

Remove outdated way of modifying response.

parent 53709925
......@@ -245,8 +245,6 @@ class OnlineTestWrongChecksum(OnlineMixin, unittest.TestCase):
def test_upload_wrong_return_sha(self):
"""Check reaction in case of wrong sha returned"""
httplib.HTTPConnection(self.host, self.port).request('SPECIAL',
'/cksum/invalid')
nc = NetworkcacheClient(self.shacache, self.shadir)
self.assertRaises(UploadError, nc.upload, self.test_data)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment