Fix typo in src/test.py

This commit is contained in:
Valentin Lorentz 2012-05-02 21:14:30 +02:00
parent a274f25bb8
commit 654b618fec
2 changed files with 2 additions and 2 deletions

View File

@ -588,7 +588,7 @@ class HTTPPluginTestCase(PluginTestCase):
response = self.request(uri, read=False, **kwargs)
self.assertEqual(response, expectedResponse)
def assertNotHTTPResponse(self, irc, expectedResponse, **kwargs):
def assertNotHTTPResponse(self, uri, expectedResponse, **kwargs):
response = self.request(uri, read=False, **kwargs)
self.assertNotEqual(response, expectedResponse)

View File

@ -1,3 +1,3 @@
"""stick the various versioning attributes in here, so we only have to change
them once."""
version = '0.83.4.1+limnoria (2012-05-02T19:13:09+0000)'
version = '0.83.4.1+limnoria (2012-05-02T19:14:30+0000)'