Loading tests/TestDrops.py +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ class TestDrops(BaseTest): self.client.send(message[0:sliceLen]) message = message[sliceLen:] time.sleep(random.uniform(0.01, 0.1)) self.assertResponse(expectedCode) super(TestDrops, self).assertResponse(expectedCode) def test_silly_window_syndrome(self): self.assertResponse(250, 'HELO marschke.me\r\n') Loading Loading
tests/TestDrops.py +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ class TestDrops(BaseTest): self.client.send(message[0:sliceLen]) message = message[sliceLen:] time.sleep(random.uniform(0.01, 0.1)) self.assertResponse(expectedCode) super(TestDrops, self).assertResponse(expectedCode) def test_silly_window_syndrome(self): self.assertResponse(250, 'HELO marschke.me\r\n') Loading