Fix tests again

This commit is contained in:
Ludovic Stephan 2019-12-23 14:17:35 +01:00
parent af0de33d4c
commit 550a073d51

View file

@ -3239,7 +3239,7 @@ class KPsulCancelOperationsViewTests(ViewTestCaseMixin, TestCase):
"""
url_name = "kfet.kpsul.cancel_operations"
url_name = "kfet.operations.cancel"
url_expected = "/k-fet/k-psul/cancel_operations"
http_methods = ["POST"]