Commit c415a196 by Daniel Friedman Committed by Zia Fazal

Fix typo in cms unit test

parent 5a501fa9
...@@ -14,7 +14,7 @@ class TestHandlerUrl(TestCase): ...@@ -14,7 +14,7 @@ class TestHandlerUrl(TestCase):
def setUp(self): def setUp(self):
self.block = Mock() self.block = Mock()
def test_trailing_charecters(self): def test_trailing_characters(self):
self.assertFalse(handler_url(self.block, 'handler').endswith('?')) self.assertFalse(handler_url(self.block, 'handler').endswith('?'))
self.assertFalse(handler_url(self.block, 'handler').endswith('/')) self.assertFalse(handler_url(self.block, 'handler').endswith('/'))
......
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