Unify spelling of 'canceled'

Issue 187
Remove typeahead JS file.
This commit is contained in:
Flavia Bastos
2016-09-20 14:53:12 -06:00
parent 515e9e574d
commit 8ef6439c44
25 changed files with 78 additions and 78 deletions

View File

@@ -262,7 +262,7 @@ class OrdersTest(TestCase):
self.order.secret),
target_status_code=200)
self.order.refresh_from_db()
assert self.order.status == Order.STATUS_CANCELLED
assert self.order.status == Order.STATUS_CANCELED
def test_orders_cancel_forbidden(self):
self.event.settings.set('cancel_allow_user', False)