From dbd614f5049e49d66c477d598b185baf38d936ab Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Sat, 11 Feb 2017 02:13:06 -0400 Subject: [PATCH] Fix typo --- mayan/apps/motd/tests/test_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mayan/apps/motd/tests/test_api.py b/mayan/apps/motd/tests/test_api.py index 6cb6e8bdfa..84efa6c422 100644 --- a/mayan/apps/motd/tests/test_api.py +++ b/mayan/apps/motd/tests/test_api.py @@ -70,7 +70,7 @@ class MOTDAPITestCase(APITestCase): response.data['label'], TEST_LABEL ) - def test_message_path_view(self): + def test_message_patch_view(self): message = self._create_message() self.client.patch(