mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-25 04:02:46 +01:00
Fix typo in src/test.py
This commit is contained in:
parent
a274f25bb8
commit
654b618fec
@ -588,7 +588,7 @@ class HTTPPluginTestCase(PluginTestCase):
|
|||||||
response = self.request(uri, read=False, **kwargs)
|
response = self.request(uri, read=False, **kwargs)
|
||||||
self.assertEqual(response, expectedResponse)
|
self.assertEqual(response, expectedResponse)
|
||||||
|
|
||||||
def assertNotHTTPResponse(self, irc, expectedResponse, **kwargs):
|
def assertNotHTTPResponse(self, uri, expectedResponse, **kwargs):
|
||||||
response = self.request(uri, read=False, **kwargs)
|
response = self.request(uri, read=False, **kwargs)
|
||||||
self.assertNotEqual(response, expectedResponse)
|
self.assertNotEqual(response, expectedResponse)
|
||||||
|
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
"""stick the various versioning attributes in here, so we only have to change
|
"""stick the various versioning attributes in here, so we only have to change
|
||||||
them once."""
|
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)'
|
||||||
|
Loading…
Reference in New Issue
Block a user